File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 55 - 7.0
66 - 7.1
77
8-
9- env :
10- - IMAGICK="imagick-3.3.0"
11- - IMAGICK="imagick"
12-
138before_script :
14- - printf "\n" | pecl install ${IMAGICK}
9+ - printf "\n" | pecl install imagick
1510 - phantomjs --webdriver=4444 --ignore-ssl-errors=true >/dev/null 2>&1 &
1611 - composer install
1712 - php vendor/bin/codecept build -c test/integration/
Original file line number Diff line number Diff line change 1- # Codeception Test Suite Configuration
2-
3- # suite for acceptance tests.
4- # perform tests in browser using the Selenium-like tools.
5- # powered by Mink (http://mink.behat.org).
6- # (tip: that's what your customer will see).
7- # (tip: test your ajax and javascript by one of Mink drivers).
8-
9- # RUN `build` COMMAND AFTER ADDING/REMOVING MODULES.
10-
111class_name : WebGuy
122modules :
133 enabled :
You can’t perform that action at this time.
0 commit comments