We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b53e4 commit 00297a5Copy full SHA for 00297a5
.travis.yml
@@ -1,7 +1,5 @@
1
language: php
2
3
-sudo: false
4
-
5
cache:
6
directories:
7
- $HOME/.composer/cache
phpunit.xml.dist
@@ -6,8 +6,6 @@
<testsuites>
<testsuite name="PHP Matcher Test Suite">
8
<directory>./tests/</directory>
9
- <exclude>tests/PHPUnit/PHPMatcherAssertionsTest.php</exclude>
10
- <file phpVersion="7.0.0" phpVersionOperator=">=">tests/PHPUnit/PHPMatcherAssertionsTest.php</file>
11
</testsuite>
12
</testsuites>
13
<filter>
0 commit comments