protected property MTimeProtectedFileStorageTest::$expected in Drupal 9
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php \Drupal\Tests\Component\PhpStorage\MTimeProtectedFileStorageTest::expected
The expected test results for the security test.
The default implementation protects against even the filemtime change so both iterations will return FALSE.
File
- core/
tests/ Drupal/ Tests/ Component/ PhpStorage/ MTimeProtectedFileStorageTest.php, line 21
Class
- MTimeProtectedFileStorageTest
- Tests the MTimeProtectedFileStorage implementation.
Namespace
Drupal\Tests\Component\PhpStorageCode
protected $expected = [
FALSE,
FALSE,
];