コード例 #1
0
 public function testSearchFileShouldReturnNullForNonExisten()
 {
     $this->assertEquals(null, $this->_processor->searchFile('file-which-never-be'));
 }