diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-12-30 16:19:52 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-12-30 16:19:52 +0000 |
| commit | 0115bc1678cafd957052cd2d256563ad3e242cc1 (patch) | |
| tree | ee020fc08dddd2714bb404a71dc0f099cd35ddaf /phpunit.xml.dist | |
| parent | b48bb5e9c4e596e98b7c8c27c14b9f19abfffb26 (diff) | |
| download | webtrees-0115bc1678cafd957052cd2d256563ad3e242cc1.tar.gz webtrees-0115bc1678cafd957052cd2d256563ad3e242cc1.tar.bz2 webtrees-0115bc1678cafd957052cd2d256563ad3e242cc1.zip | |
Fix: #2075 typo
Diffstat (limited to 'phpunit.xml.dist')
| -rw-r--r-- | phpunit.xml.dist | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 4713bb19d8..be921899be 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -6,8 +6,11 @@ forceCoversAnnotation="true" > <testsuites> - <testsuite name="Application Test Suite"> - <directory>tests</directory> + <testsuite name="Unit tests"> + <directory>tests/app</directory> + </testsuite> + <testsuite name="Feature tests"> + <directory>tests/feature</directory> </testsuite> </testsuites> <filter> |
