-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpunit.xml.dist
13 lines (13 loc) · 1.03 KB
/
phpunit.xml.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
<phpunit bootstrap="vendor/silverstripe/cms/tests/bootstrap.php" colors="true">
<testsuite name="recipe-elemental-bootstrap">
<directory>vendor/syntro/silverstripe-elemental-bootstrap-baseitems/tests</directory>
<directory>vendor/syntro/silverstripe-elemental-bootstrap-accordionsection/tests</directory>
<directory>vendor/syntro/silverstripe-elemental-bootstrap-alertsection/tests</directory>
<directory>vendor/syntro/silverstripe-elemental-bootstrap-featuresection/tests</directory>
<directory>vendor/syntro/silverstripe-elemental-bootstrap-gallerysection/tests</directory>
<directory>vendor/syntro/silverstripe-elemental-bootstrap-listgroupsection/tests</directory>
<directory>vendor/syntro/silverstripe-elemental-bootstrap-spotlightsection/tests</directory>
<directory>vendor/syntro/silverstripe-elemental-bootstrap-staffsection/tests</directory>
<directory>vendor/syntro/silverstripe-elemental-bootstrap-testimonialsection/tests</directory>
</testsuite>
</phpunit>