fixed tests

This commit is contained in:
Fabien Potencier 2018-04-04 07:04:48 +02:00
parent d3374b229b
commit 34bb83db0a

View File

@ -19,7 +19,17 @@ use Symfony\Component\Finder\Finder;
*/
class BsdFinderTest extends FinderTest
{
protected function buildFinder()
public function testSymlinksNotResolved()
{
$this->markTestSkipped('not supported on BSD finder');
}
public function testBackPathNotNormalized()
{
$this->markTestSkipped('not supported on BSD finder');
}
protected function buildFinder()
{
$adapter = new BsdFindAdapter();