Changeset 56552 for trunk/tests/phpunit/tests/filesystem/base.php
- Timestamp:
- 09/11/2023 04:51:09 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/filesystem/base.php
r52010 r56552 25 25 } 26 26 public function filter_abstraction_file( $file ) { 27 return dirname( dirname( __DIR__ )) . '/includes/mock-fs.php';27 return dirname( __DIR__, 2 ) . '/includes/mock-fs.php'; 28 28 } 29 29
Note: See TracChangeset
for help on using the changeset viewer.