Skip to content
This repository was archived by the owner on Nov 10, 2017. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions exercises/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ When you are done, commit and push your changes to your fork and [create a pull

If your solution passes, the build will be marked successful and the pull request will be ready to merge.

If your solution fails, the build will be marked as failing and the pull request can no be merged. You should receive an email with more information about the failure. Make your changes. Once you commit them, the pull request will automatically be updated and the tests will rerun.
If your solution fails, the build will be marked as failing and the pull request can not be merged. You should receive an email with more information about the failure. Make your changes. Once you commit them, the pull request will automatically be updated and the tests will rerun.

If you would like to run the tests locally before creating a pull request, you can do so by running the following commands within the project:

1. Install the project dependencies by running `composer install`. **Note:** this only needs to be done once.
2. To run the tests locally, run: `vendor/bin/phpunit`
2. To run the tests locally, run: `vendor/bin/phpunit`