[PHP] Run unit tests on 'tests' directory (#7675)

* Run unit tests on 'tests' directory

* Fix: move argument to <argument>
This commit is contained in:
Akihito Nakano
2018-02-22 18:31:47 +09:00
committed by William Cheng
parent be14e02875
commit 91bd7ac3b9

View File

@@ -47,6 +47,9 @@
</goals>
<configuration>
<executable>vendor/bin/phpunit</executable>
<arguments>
<argument>tests</argument>
</arguments>
</configuration>
</execution>
</executions>