Skip to content

Commit

Permalink
composer test
Browse files Browse the repository at this point in the history
  • Loading branch information
omouren committed Jun 9, 2017
1 parent 77abe6d commit b834b1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ $client = new Yuzu\Effiliation\Client($apiToken);
## Tests

```php
php composer tests
php composer test
```
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
},
"scripts": {
"tests": "vendor/bin/atoum -d tests/Units",
"test": "vendor/bin/atoum -d tests/Units",
"check-style": "phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests",
"fix-style": "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests"
},
Expand Down

0 comments on commit b834b1a

Please sign in to comment.