-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify
$_composer_autoload_path
fallback cases
The `Codeception\Codecept` class will always give us the location of the vendor dir, even during wp-browser development or if a consumer project has moved it. (Thank you, @lucatume, for the suggestion.) Unit test simplified as we don't need the tedious dir traversal anymore — the single fallback test will detect any problems if `Codecept` moves.
- Loading branch information
1 parent
403716b
commit 29c5612
Showing
2 changed files
with
7 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters