mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
19 lines
437 B
XML
Executable File
19 lines
437 B
XML
Executable File
<phpunit bootstrap="framework/tests/bootstrap.php" colors="true">
|
|
|
|
<testsuite name="Default">
|
|
<directory>cms/tests</directory>
|
|
<directory>framework/tests</directory>
|
|
</testsuite>
|
|
|
|
<listeners>
|
|
<listener class="SS_TestListener" file="framework/dev/TestListener.php" />
|
|
</listeners>
|
|
|
|
<groups>
|
|
<exclude>
|
|
<group>sanitychecks</group>
|
|
</exclude>
|
|
</groups>
|
|
|
|
</phpunit>
|