예제 #1
0
 /**
  * @test
  *
  * @return null
  */
 public function shouldValueNotExists()
 {
     $storage = new FileStorage('/');
     $this->assertFalse($storage->exists("key"));
 }