mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 02:27:01 +00:00
phpunit default
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
<phpunit bootstrap="vendor/autoload.php">
|
||||
<phpunit
|
||||
bootstrap="vendor/autoload.php"
|
||||
defaultTestSuite="unit"
|
||||
>
|
||||
<testsuites>
|
||||
<testsuite name="unit">
|
||||
<directory>tests/unit</directory>
|
||||
@@ -7,4 +10,4 @@
|
||||
<directory>tests/integration</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
||||
</phpunit>
|
||||
|
||||
Reference in New Issue
Block a user