1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-02 14:37:43 +02: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"] "classmap": ["AltoRouter.php"]
}, },
"scripts": { "scripts": {
"test": "vendor/bin/phpunit AltoRouterTest.php" "test": "vendor/bin/phpunit"
} }
} }