Skip to content

Commit ad99bd9

Browse files
committed
Run test on php5.4 in place of php5.3
PHP 5.3 does not support `php -S` to start builtin server.
1 parent 9b61a9f commit ad99bd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: php
22

33
php:
4-
- 5.3
4+
- 5.4
55
- 5.5
66
- 7.0
77

phpunit.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
forceCoversAnnotation="false">
55
<testsuites>
66
<testsuite name="unit">
7-
<directory suffix="Test.php">tests</directory>
7+
<directory suffix="Test.php">test</directory>
88
<exclude>tests/engine</exclude>
99
</testsuite>
1010
</testsuites>

0 commit comments

Comments
 (0)