function FileStorageReadOnlyTest::testWriteable
@covers ::writeable
File
-
core/
tests/ Drupal/ Tests/ Component/ PhpStorage/ FileStorageReadOnlyTest.php, line 83
Class
- FileStorageReadOnlyTest
- @coversDefaultClass \Drupal\Component\PhpStorage\FileReadOnlyStorage[[api-linebreak]]
Namespace
Drupal\Tests\Component\PhpStorageCode
public function testWriteable() {
$php_read = new FileReadOnlyStorage($this->readonlyStorage);
$this->assertFalse($php_read->writeable());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.