~ubuntu-branches/ubuntu/trusty/php-mime-type/trusty

« back to all changes in this revision

Viewing changes to MIME_Type-1.3.1/tests/phpunit.xml

  • Committer: Package Import Robot
  • Author(s): Thomas Goirand
  • Date: 2012-02-26 14:49:59 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120226144959-15su7r6j5injbj2g
Tags: 1.3.1-1
* New upstream version.
* Added a debian/gbp.conf.
* Switching to source format 3.0 (quilt).
* Switching to pkg-php-tools and dh 8 sequencer.
* Rewrote debian/copyright using machine-readable format, now using the LGPL
version 3 (upstream and maintainer relicense).
* Standards-Version: 3.9.3 (no change but the above).
* Fixed VCS fields (Closes: #638523).
* Now using PKG-PHP-PEAR team as maintainer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<phpunit strict="true" colors="true"
 
3
         bootstrap="bootstrap.php"
 
4
>
 
5
 <filter>
 
6
  <whitelist>
 
7
   <directory suffix=".php">../MIME/</directory>
 
8
  </whitelist>
 
9
 </filter>
 
10
</phpunit>
 
 
b'\\ No newline at end of file'