1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-01-17 20:28:26 +01:00

remove path to individual test

This commit is contained in:
Koen Punt 2015-03-02 15:10:38 +01:00
parent ed1c3edfbd
commit 88af3a6fa5

View File

@ -30,6 +30,6 @@
"classmap": ["AltoRouter.php"]
},
"scripts": {
"test": "vendor/bin/phpunit AltoRouterTest.php"
"test": "vendor/bin/phpunit"
}
}