diff --git a/symfony/phpunit-bridge/3.3/manifest.json b/symfony/phpunit-bridge/3.3/manifest.json index 0a066fbf..cfb6c1ac 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": ["simple-phpunit"] } diff --git a/symfony/phpunit-bridge/4.1/bin/phpunit b/symfony/phpunit-bridge/4.1/bin/phpunit new file mode 100755 index 00000000..5973cd32 --- /dev/null +++ b/symfony/phpunit-bridge/4.1/bin/phpunit @@ -0,0 +1,18 @@ +#!/usr/bin/env php + + + + + + + + + + + + + + + + + tests/ + + + + + + ./src/ + + + + + + + diff --git a/symfony/phpunit-bridge/4.1/post-install.txt b/symfony/phpunit-bridge/4.1/post-install.txt new file mode 100644 index 00000000..6dd929f7 --- /dev/null +++ b/symfony/phpunit-bridge/4.1/post-install.txt @@ -0,0 +1,6 @@ + + How to test? + + + * Write test cases in the tests/ folder + * Run php bin/phpunit diff --git a/symfony/phpunit-bridge/4.1/tests/.gitignore b/symfony/phpunit-bridge/4.1/tests/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/symfony/test-pack/1.0/manifest.json b/symfony/test-pack/1.0/manifest.json index 3eb4e6d3..b35c7573 100644 --- a/symfony/test-pack/1.0/manifest.json +++ b/symfony/test-pack/1.0/manifest.json @@ -1,3 +1,3 @@ { - "aliases": ["test", "tests"] + "aliases": ["test", "tests", "phpunit"] }