class MTimeProtectedFileStorageTest

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php \Drupal\Tests\Component\PhpStorage\MTimeProtectedFileStorageTest

Tests the MTimeProtectedFileStorage implementation.

@coversDefaultClass \Drupal\Component\PhpStorage\MTimeProtectedFileStorage

@group Drupal @group PhpStorage

Hierarchy

Expanded class hierarchy of MTimeProtectedFileStorageTest

File

core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php, line 13

Namespace

Drupal\Tests\Component\PhpStorage
View source
class MTimeProtectedFileStorageTest extends MTimeProtectedFileStorageBase {
  
  /**
   * The expected test results for the security test.
   *
   * The default implementation protects against even the filemtime change so
   * both iterations will return FALSE.
   */
  protected $expected = [
    FALSE,
    FALSE,
  ];
  
  /**
   * The PHP storage class to test.
   */
  protected $storageClass = 'Drupal\\Component\\PhpStorage\\MTimeProtectedFileStorage';

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.