Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 5e214a3

Browse files
committed
2.0.0 - Improved version only compatible with PHP > 7.0
1 parent 72ef0ed commit 5e214a3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ before_script:
3737
- travis_retry composer install --no-interaction --prefer-source --dev
3838

3939
script:
40+
- php -S localhost:8000 -t tests/ &
4041
- |
4142
if [[ "$PHPCS" ]] ; then
4243
phpcs --standard=phpcs.xml $(find . -name '*.php')

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<server name='REQUEST_METHOD' value='POST' />
1616
<server name='HTTP_X_REQUESTED_WITH' value='xmlhttprequest' />
1717
<server name='SERVER_NAME' value='localhost' />
18-
<server name='SERVER_PORT' value='8000' />
18+
<server name='SERVER_PORT' value='9000' />
1919
</php>
2020

2121
<testsuites>

0 commit comments

Comments
 (0)