示例#1
0
 /**
  * @test
  * @return void
  */
 public function noneIsAlwaysNoneExistent()
 {
     $none = new None();
     $this->assertFalse($none->exists());
 }