mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
5d3af16aaf
- moving all phpunit tests into tests/php - moving all extensions from _config.php into config.yml and removing obsolete _config.php - moving GridFieldSubsiteDetailForm_ItemRequest into own file (cherry picked from commit ee02828)
8 lines
156 B
XML
8 lines
156 B
XML
<phpunit bootstrap="framework/tests/bootstrap.php" colors="true">
|
|
|
|
<testsuite name="Default">
|
|
<directory>tests/php</directory>
|
|
</testsuite>
|
|
|
|
</phpunit>
|