function FileStorageTest::testWriteable

@covers ::writeable

File

core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php, line 54

Class

FileStorageTest
@coversDefaultClass \Drupal\Component\PhpStorage\FileStorage[[api-linebreak]] @group Drupal @group PhpStorage

Namespace

Drupal\Tests\Component\PhpStorage

Code

public function testWriteable() {
  $php = new FileStorage($this->standardSettings);
  $this->assertTrue($php->writeable());
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.