Add "test" and "tests" aliases for the phpunit bridge

This commit is contained in:
Jakub Zalas
2018-02-23 16:24:17 +00:00
committed by GitHub
parent 6c2ec54784
commit 42a1b33844
+1 -1
View File
@@ -9,5 +9,5 @@
".phpunit",
"/phpunit.xml"
],
"aliases": ["phpunit", "simple-phpunit"]
"aliases": ["phpunit", "simple-phpunit", "test", "tests"]
}