Commit 21fcc17 1 parent 26f8fde commit 21fcc17 Copy full SHA for 21fcc17
File tree 2 files changed +1
-16
lines changed
2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 5
5
- 7.0
6
6
- 7.1
7
7
8
-
9
- env :
10
- - IMAGICK="imagick-3.3.0"
11
- - IMAGICK="imagick"
12
-
13
8
before_script :
14
- - printf "\n" | pecl install ${IMAGICK}
9
+ - printf "\n" | pecl install imagick
15
10
- phantomjs --webdriver=4444 --ignore-ssl-errors=true >/dev/null 2>&1 &
16
11
- composer install
17
12
- 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
-
11
1
class_name : WebGuy
12
2
modules :
13
3
enabled :
You can’t perform that action at this time.
0 commit comments