コード例 #1
0
ファイル: Test_URL_Resource.php プロジェクト: im286er/Ding
 /**
  * @test
  */
 public function cannot_check_exists_on_invalid_file()
 {
     $resource = new URLResource('file:///please/dont/create/this/path/so/this/test/will/work');
     $this->assertFalse($resource->exists());
 }