Mercurial > hg > isophonics-drupal-site
comparison vendor/psy/psysh/phpunit.xml.dist @ 0:4c8ae668cc8c
Initial import (non-working)
author | Chris Cannam |
---|---|
date | Wed, 29 Nov 2017 16:09:58 +0000 |
parents | |
children | 5fb285c0d0e3 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c8ae668cc8c |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <phpunit backupGlobals="false" colors="true" bootstrap="vendor/autoload.php"> | |
3 <testsuite name="PsySH"> | |
4 <directory suffix="Test.php">./test</directory> | |
5 </testsuite> | |
6 | |
7 <filter> | |
8 <whitelist> | |
9 <directory suffix=".php">./src/Psy</directory> | |
10 </whitelist> | |
11 </filter> | |
12 </phpunit> |