Skip to content

Commit a8b41b6

Browse files
committed
restrict codeception to unit tests for now
1 parent 4705a62 commit a8b41b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ before_script:
3434
- nohup php -S bone:8000 public/index.php &
3535

3636
script:
37-
- php vendor/bin/codecept run --coverage-xml --env travis
37+
- php vendor/bin/codecept run unit --coverage-xml --env travis
3838

3939
after_script:
4040
- wget https://scrutinizer-ci.com/ocular.phar

tests/acceptance.suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ modules:
1111
- AcceptanceHelper
1212
config:
1313
PhpBrowser:
14-
url: 'http://localhost/myapp/'
14+
url: 'http://mining.del/'

tests/acceptance/AcceptanceTester.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php //[STAMP] 219d162cef2533e2501f9c8536c1bc1c
1+
<?php //[STAMP] 19008d74f789921fea8a20e4385f79bb
22

33
// This class was automatically generated by build task
44
// You should not change it manually as it will be overwritten on next build

0 commit comments

Comments
 (0)