Mercurial > hg > isophonics-drupal-site
comparison vendor/stack/builder/phpunit.xml.dist @ 0:4c8ae668cc8c
Initial import (non-working)
author | Chris Cannam |
---|---|
date | Wed, 29 Nov 2017 16:09:58 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c8ae668cc8c |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 | |
3 <phpunit backupGlobals="false" | |
4 colors="true" | |
5 bootstrap="vendor/autoload.php" | |
6 > | |
7 <testsuites> | |
8 <testsuite name="unit"> | |
9 <directory>./tests/unit/</directory> | |
10 </testsuite> | |
11 </testsuites> | |
12 | |
13 <testsuites> | |
14 <testsuite name="integration"> | |
15 <directory>./tests/integration/</directory> | |
16 </testsuite> | |
17 </testsuites> | |
18 | |
19 <testsuites> | |
20 <testsuite name="functional"> | |
21 <directory>./tests/functional/</directory> | |
22 </testsuite> | |
23 </testsuites> | |
24 | |
25 <filter> | |
26 <whitelist> | |
27 <directory>./src/</directory> | |
28 </whitelist> | |
29 </filter> | |
30 </phpunit> |