File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1515
1616class BsdFinderTest extends FinderTest
1717{
18+ public function testSymlinksNotResolved ()
19+ {
20+ $ this ->markTestSkipped ('Symlinks are always resolved using the BsdFinderAdapter. ' );
21+ }
22+
23+ public function testBackPathNotNormalized ()
24+ {
25+ $ this ->markTestSkipped ('Paths are always normalized using the BsdFinderAdapter. ' );
26+ }
27+
1828 protected function getAdapter ()
1929 {
2030 $ adapter = new BsdFindAdapter ();
Original file line number Diff line number Diff line change 1515
1616class GnuFinderTest extends FinderTest
1717{
18+ public function testSymlinksNotResolved ()
19+ {
20+ $ this ->markTestSkipped ('Symlinks are always resolved using the GnuFinderAdapter. ' );
21+ }
22+
23+ public function testBackPathNotNormalized ()
24+ {
25+ $ this ->markTestSkipped ('Paths are always normalized using the GnuFinderAdapter. ' );
26+ }
27+
1828 protected function getAdapter ()
1929 {
2030 $ adapter = new GnuFindAdapter ();
You can’t perform that action at this time.
0 commit comments