Skip to content

Commit

Permalink
Update another path
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Nov 14, 2023
1 parent 847a09a commit d1c21c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/utils/Traits/With_Mock_Filesystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ protected function set_up_failing_mock_filesystem() {
add_filter(
'filesystem_method_file',
function () {
return TESTS_PLUGIN_DIR . '/testdata/Filesystem/WP_Filesystem_FailingMockFilesystem.php';
return TESTS_PLUGIN_DIR . '/tests/phpunit/testdata/Filesystem/WP_Filesystem_FailingMockFilesystem.php';
}
);
add_filter(
Expand Down

0 comments on commit d1c21c3

Please sign in to comment.