Mercurial > hg > isophonics-drupal-site
comparison vendor/instaclick/php-webdriver/phpunit.xml.dist @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 | |
3 <!-- http://www.phpunit.de/manual/current/en/appendixes.configuration.html --> | |
4 <phpunit | |
5 backupGlobals = "false" | |
6 backupStaticAttributes = "false" | |
7 colors = "true" | |
8 convertErrorsToExceptions = "true" | |
9 convertNoticesToExceptions = "true" | |
10 convertWarningsToExceptions = "true" | |
11 processIsolation = "false" | |
12 stopOnFailure = "false" | |
13 syntaxCheck = "false" | |
14 bootstrap = "lib/WebDriver/ClassLoader.php" > | |
15 | |
16 <testsuites> | |
17 <testsuite name="Project Test Suite"> | |
18 <directory>test/Test</directory> | |
19 </testsuite> | |
20 </testsuites> | |
21 | |
22 <filter> | |
23 <whitelist> | |
24 <directory>lib</directory> | |
25 <exclude> | |
26 <file>__init__.php</file> | |
27 </exclude> | |
28 </whitelist> | |
29 </filter> | |
30 | |
31 </phpunit> |