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/tests/Drupal/Tests/Component/PhpStorage/MTimeProtectedFileStorageTest.php, line 23
Definition of Drupal\Tests\Component\PhpStorage\MTimeProtectedFileStorageTest.

Class

MTimeProtectedFileStorageTest
Tests the directory mtime based PHP loader implementation.

Namespace

Drupal\Tests\Component\PhpStorage

Code

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