added a tests/ for for phpunit-related recipes

This commit is contained in:
Fabien Potencier
2017-11-26 09:13:33 -08:00
parent 7f1e542ed6
commit d0777b3ca7
4 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
{
"copy-from-recipe": {
"phpunit.xml.dist": "phpunit.xml.dist"
"phpunit.xml.dist": "phpunit.xml.dist",
"tests/": "tests/"
},
"gitignore": [
"/phpunit.xml"
+2 -1
View File
@@ -1,7 +1,8 @@
{
"copy-from-recipe": {
"bin/": "%BIN_DIR%/",
"phpunit.xml.dist": "phpunit.xml.dist"
"phpunit.xml.dist": "phpunit.xml.dist",
"tests/": "tests/"
},
"gitignore": [
"/phpunit.xml"