~ballot/wordpress/openstack-objectstorage-breaking-insight

« back to all changes in this revision

Viewing changes to vendor/sebastian/recursion-context/phpunit.xml.dist

  • Committer: Jacek Nykis
  • Date: 2015-02-11 15:35:31 UTC
  • Revision ID: jacek.nykis@canonical.com-20150211153531-hmy6zi0ov2qfkl0b
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<phpunit backupGlobals="false"
 
3
         bootstrap="vendor/autoload.php"
 
4
         beStrictAboutTestsThatDoNotTestAnything="true"
 
5
         beStrictAboutOutputDuringTests="true"
 
6
         beStrictAboutTodoAnnotatedTests="true"
 
7
         checkForUnintentionallyCoveredCode="true"
 
8
         forceCoversAnnotation="true"
 
9
         verbose="true">
 
10
<testsuites>
 
11
  <testsuite name="recursion-context">
 
12
   <directory>tests</directory>
 
13
  </testsuite>
 
14
 </testsuites>
 
15
 <filter>
 
16
  <whitelist addUncoveredFilesFromWhitelist="true" processUncoveredFilesFromWhitelist="true">
 
17
   <directory>src</directory>
 
18
  </whitelist>
 
19
 </filter>
 
20
</phpunit>