MTimeProtectedFastFileStorageTest::$expected

Same name in other branches
  1. 9 core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFastFileStorageTest.php \Drupal\Tests\Component\PhpStorage\MTimeProtectedFastFileStorageTest::expected
  2. 8.9.x core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFastFileStorageTest.php \Drupal\Tests\Component\PhpStorage\MTimeProtectedFastFileStorageTest::expected
  3. 10 core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFastFileStorageTest.php \Drupal\Tests\Component\PhpStorage\MTimeProtectedFastFileStorageTest::expected

The expected test results for the security test.

The first iteration does not change the directory mtime so this class will include the hacked file on the first try but the second test will change the directory mtime and so on the second try the file will not be included.

Type: expected

Overrides MTimeProtectedFileStorageBase::$expected

File

core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFastFileStorageTest.php, line 24

Class

MTimeProtectedFastFileStorageTest
Tests the MTimeProtectedFastFileStorage implementation.

Namespace

Drupal\Tests\Component\PhpStorage

Code

protected array $expected = [
    TRUE,
    FALSE,
];

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