mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-27 23:40:22 +05:30
Download and run codeception
This commit is contained in:
parent
ad5cef3b7d
commit
9a6ab4141f
@ -19,10 +19,12 @@ before_script:
|
||||
- php -S localhost:8000 &
|
||||
- sleep 3
|
||||
- cd ../..
|
||||
- wget http://codeception.com/codecept.phar
|
||||
|
||||
script:
|
||||
- mkdir -p build/logs
|
||||
- phpunit --coverage-text
|
||||
- php codecept.phar run api -c tests/codecept/codeception.yml
|
||||
- ./vendor/bin/phpcs src --standard=psr2
|
||||
|
||||
after_script:
|
||||
|
Loading…
Reference in New Issue
Block a user