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"] +}