Exemple #1
0
 public function testFindFilePathWithExtensionWithoutTree()
 {
     $fileFinder = new FileFinder(false, $this->tmp, $this->filePathBase);
     $this->assertEquals($this->filePath, $fileFinder->getFilePath());
 }