public function FileStorageTest::testWriteable in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php \Drupal\Tests\Component\PhpStorage\FileStorageTest::testWriteable()
@covers ::writeable
File
- core/tests/ Drupal/ Tests/ Component/ PhpStorage/ FileStorageTest.php, line 52 
Class
- FileStorageTest
- @coversDefaultClass \Drupal\Component\PhpStorage\FileStorage @group Drupal @group PhpStorage
Namespace
Drupal\Tests\Component\PhpStorageCode
public function testWriteable() {
  $php = new FileStorage($this->standardSettings);
  $this
    ->assertTrue($php
    ->writeable());
}