-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Psr\Log from Composer, add phpunit.xml and bootstrap
This commit removes a duplicated version of Psr\Log, which could have caused applications to use a different version than expected. Instead, we list psr/log as a composer dependency. To facilitate unit tests, a phpunit-bootstrap file is added which includes vendor/autoload.php, and a phpunit.xml file is added to point to the bootstrap. Running unit tests now requires 'composer install', but afterward you simply run 'phpunit' in the root directory of the project. 'composer test' also works. Phpunit is also added to the require-dev section of composer.json, as the unit tests do depend on it. Fixes #58
- Loading branch information
Showing
14 changed files
with
23 additions
and
634 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.