From e1c53afa17e18273db458b2b7aea40c60e69ff6f Mon Sep 17 00:00:00 2001 From: HeahDude Date: Wed, 14 Mar 2018 18:31:03 +0100 Subject: [PATCH] Added symfony/test-pack --- symfony/phpunit-bridge/3.3/manifest.json | 2 +- symfony/test-pack/1.0/manifest.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 symfony/test-pack/1.0/manifest.json diff --git a/symfony/phpunit-bridge/3.3/manifest.json b/symfony/phpunit-bridge/3.3/manifest.json index 3864efc2..0a066fbf 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", "test", "tests"] + "aliases": ["phpunit", "simple-phpunit"] } diff --git a/symfony/test-pack/1.0/manifest.json b/symfony/test-pack/1.0/manifest.json new file mode 100644 index 00000000..3eb4e6d3 --- /dev/null +++ b/symfony/test-pack/1.0/manifest.json @@ -0,0 +1,3 @@ +{ + "aliases": ["test", "tests"] +}