Example #1
0
 /**
  * @covers ::writeable
  */
 public function testWriteable()
 {
     $php = new FileStorage($this->standardSettings);
     $this->assertTrue($php->writeable());
 }