Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 80978b5

Browse files
author
Petr Knap
committed
composer test changed to composer tests/
1 parent 03d716e commit 80978b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"phpunit/phpunit": "4.*"
2525
},
2626
"scripts": {
27-
"test": [
27+
"tests/": [
2828
"sudo docker run -v $(pwd):/app --rm php:5.3-cli bash -c 'cd /app && php ./vendor/bin/phpunit'"
2929
],
3030
"post-autoload-dump": [
31-
"@test"
31+
"@tests/"
3232
]
3333
},
3434
"autoload": {

0 commit comments

Comments
 (0)