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

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

Class

MTimeProtectedFileStorageTest
Tests the directory mtime based PHP loader implementation.

Namespace

Drupal\system\Tests\PhpStorage

Code

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