~ubuntu-branches/debian/experimental/php-sabre-event/experimental

« back to all changes in this revision

Viewing changes to .pc/0001-Use-homemade-autoload.php.patch/phpunit.xml.dist

  • Committer: Package Import Robot
  • Author(s): David Prévot
  • Date: 2015-05-20 14:30:37 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20150520143037-noo5h59t2oakogf6
Tags: 2.0.2-1
* Use --bootstrap feature of PHPUnit instead of patches
* Update copyright (year)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<phpunit
2
 
  colors="true"
3
 
  bootstrap="vendor/autoload.php"
4
 
  convertErrorsToExceptions="true"
5
 
  convertNoticesToExceptions="true"
6
 
  convertWarningsToExceptions="true"
7
 
  strict="true"
8
 
  >
9
 
  <testsuite name="sabre-event">
10
 
    <directory>tests/</directory>
11
 
  </testsuite>
12
 
 
13
 
  <filter>
14
 
    <whitelist addUncoveredFilesFromWhitelist="true">
15
 
        <directory suffix=".php">./lib/</directory>
16
 
   </whitelist>
17
 
  </filter>
18
 
</phpunit>