You are here

protected property MTimeProtectedFileStorageTest::$expected in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 26
Contains \Drupal\Tests\Component\PhpStorage\MTimeProtectedFileStorageTest.

Class

MTimeProtectedFileStorageTest
Tests the MTimeProtectedFileStorage implementation.

Namespace

Drupal\Tests\Component\PhpStorage

Code

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