protected property 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.

Overrides MTimeProtectedFileStorageTest::$expected

File

drupal/core/modules/system/lib/Drupal/system/Tests/PhpStorage/MTimeProtectedFastFileStorageTest.php, line 22
Definition of Drupal\system\Tests\PhpStorage\MTimeProtectedFileStorageTest.

Class

MTimeProtectedFastFileStorageTest
Tests the directory mtime based PHP loader implementation.

Namespace

Drupal\system\Tests\PhpStorage

Code

protected $expected = array(
  TRUE,
  FALSE,
);