forked from loafle/openapi-generator-original
[PHP] Run unit tests on 'tests' directory (#7675)
* Run unit tests on 'tests' directory * Fix: move argument to <argument>
This commit is contained in:
committed by
William Cheng
parent
be14e02875
commit
91bd7ac3b9
@@ -47,6 +47,9 @@
|
||||
</goals>
|
||||
<configuration>
|
||||
<executable>vendor/bin/phpunit</executable>
|
||||
<arguments>
|
||||
<argument>tests</argument>
|
||||
</arguments>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
|
||||
Reference in New Issue
Block a user