Mmoreram\PHPFormatter\Tests\Finder\FileFinderTest::testFindPHPFilesByPath PHP Метод

testFindPHPFilesByPath() публичный Метод

Test php file finder.
    public function testFindPHPFilesByPath()
    {
        $path = dirname(__FILE__) . '/../Mocks/';
        $fileFinder = new FileFinder();
        $this->assertCount(3, $fileFinder->findPHPFilesByPath($path));
    }