Skip to content

Commit 8943f2a

Browse files
committed
fixed tests
1 parent 18902a2 commit 8943f2a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Tests/BsdFinderTest.php

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,17 @@
1919
*/
2020
class BsdFinderTest extends FinderTest
2121
{
22-
protected function buildFinder()
22+
public function testSymlinksNotResolved()
23+
{
24+
$this->markTestSkipped('not supported on BSD finder');
25+
}
26+
27+
public function testBackPathNotNormalized()
28+
{
29+
$this->markTestSkipped('not supported on BSD finder');
30+
}
31+
32+
protected function buildFinder()
2333
{
2434
$adapter = new BsdFindAdapter();
2535

0 commit comments

Comments
 (0)