File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 71
71
72
72
- name : Run tests PHP 8.0
73
73
if : matrix.php == '8.0'
74
- continue-on-error : true
75
74
run : |
76
75
php -S 127.0.0.1:8000 -t tests/data/app -d pcov.directory=$(pwd)/tests/data/app >/dev/null 2>&1 &
77
76
php codecept build
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ Codeception is a modern full-stack testing framework for PHP.
10
10
Inspired by BDD, it provides an absolutely new way of writing acceptance, functional and even unit tests.
11
11
Powered by PHPUnit.
12
12
13
- | General | Windows | Webdriver |
14
- | ------- | -------- | -------- |
15
- | [ ![ Build Status ] ( https://secure.travis-ci.org /Codeception/Codeception.png?branch=4.0 )] ( http://travis-ci.org/Codeception/Codeception ) | [ ![ Build status ] ( https://ci.appveyor.com/api/projects/status/ntjj9i4y67d1rb7y? svg=true )] ( https://ci.appveyor. com/project/DavertMik/codeception/branch/4.0 ) | [ ![ Build Status] ( https://semaphoreci.com/api/v1/codeception/codeception/branches/3-0/shields_badge.svg )] ( https://semaphoreci.com/codeception/codeception ) |
13
+ | Build | Webdriver |
14
+ | ----- | -------- |
15
+ | [ ![ Build status ] ( https://github.com /Codeception/Codeception/workflows/build/badge. svg )] ( https://github. com/Codeception/Codeception/actions?query=workflow%3Abuild ) | [ ![ Build Status] ( https://semaphoreci.com/api/v1/codeception/codeception/branches/3-0/shields_badge.svg )] ( https://semaphoreci.com/codeception/codeception ) |
16
16
17
17
#### Contributions
18
18
You can’t perform that action at this time.
0 commit comments