From 42a1b338446e8c7b1c7bccb2b9161fc76ad1694d Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Fri, 23 Feb 2018 16:24:17 +0000 Subject: [PATCH] Add "test" and "tests" aliases for the phpunit bridge --- symfony/phpunit-bridge/3.3/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/phpunit-bridge/3.3/manifest.json b/symfony/phpunit-bridge/3.3/manifest.json index 0a066fbf..3864efc2 100644 --- a/symfony/phpunit-bridge/3.3/manifest.json +++ b/symfony/phpunit-bridge/3.3/manifest.json @@ -9,5 +9,5 @@ ".phpunit", "/phpunit.xml" ], - "aliases": ["phpunit", "simple-phpunit"] + "aliases": ["phpunit", "simple-phpunit", "test", "tests"] }