~tcuthbert/wordpress/openstack-objectstorage

« back to all changes in this revision

Viewing changes to vendor/sebastian/comparator/build/travis-ci.xml

  • 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 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
3
         xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.2/phpunit.xsd"
 
4
         bootstrap="../tests/bootstrap.php"
 
5
         backupGlobals="false"
 
6
         verbose="true">
 
7
  <testsuite name="Comparator">
 
8
    <directory suffix="Test.php">../tests</directory>
 
9
  </testsuite>
 
10
</phpunit>
 
11