We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f43ec8 commit 0995381Copy full SHA for 0995381
.travis.yml
@@ -6,5 +6,6 @@ php:
6
before_script:
7
- composer self-update
8
- composer install
9
+ - php -S 0.0.0.0:8181 -t public &
10
11
script: php vendor/bin/codecept run
tests/acceptance.suite.yml
@@ -8,5 +8,5 @@ actor: AcceptanceTester
modules:
enabled:
- PhpBrowser:
- url: http://localhost
+ url: http://localhost:8181
12
- \Helper\Acceptance
0 commit comments