File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ class BsdFinderTest extends FinderTest
2121{
2222 public function testSymlinksNotResolved ()
2323 {
24- $ this ->markTestSkipped ('not supported on BSD finder ' );
24+ $ this ->markTestSkipped ('Symlinks are always resolved using the BsdFinderAdapter. ' );
2525 }
2626
2727 public function testBackPathNotNormalized ()
2828 {
29- $ this ->markTestSkipped ('not supported on BSD finder ' );
29+ $ this ->markTestSkipped ('Paths are always normalized using the BsdFinderAdapter. ' );
3030 }
3131
32- protected function buildFinder ()
32+ protected function buildFinder ()
3333 {
3434 $ adapter = new BsdFindAdapter ();
3535
Original file line number Diff line number Diff line change 1919 */
2020class GnuFinderTest extends FinderTest
2121{
22+ public function testSymlinksNotResolved ()
23+ {
24+ $ this ->markTestSkipped ('Symlinks are always resolved using the GnuFinderAdapter. ' );
25+ }
26+
27+ public function testBackPathNotNormalized ()
28+ {
29+ $ this ->markTestSkipped ('Paths are always normalized using the GnuFinderAdapter. ' );
30+ }
31+
2232 protected function buildFinder ()
2333 {
2434 $ adapter = new GnuFindAdapter ();
You can’t perform that action at this time.
0 commit comments