diff --git a/.travis.yml b/.travis.yml index d43a2a82d..6a883c6e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,6 +81,7 @@ before_script: - cp config/Shared/ci/travis/config_ci.php config/Shared/config_default-devtest_DE.php - cp config/Shared/ci/travis/params_test_env.sh deploy/setup/params_test_env.sh + - phantomjs --webdriver=4444 > /dev/null 2>$1 - if [[ $TEST_GROUP == 'acceptance' ]]; then config/Shared/ci/travis/acceptance_env.sh; fi - if [[ $TEST_GROUP == 'acceptance' ]]; then ./setup_test -f; fi - if [[ $TEST_GROUP == 'without-acceptance' ]]; then ./setup_test -b; fi diff --git a/codeception.yml b/codeception.yml index e84409358..7d3877f2e 100644 --- a/codeception.yml +++ b/codeception.yml @@ -30,10 +30,3 @@ coverage: remote: true c3_url: 'http://zed.de.project.local' whitelist: { include: ['src/Pyz/*.php'] } - -extensions: - enabled: - - Codeception\Extension\Phantoman - config: - Codeception\Extension\Phantoman: - suites: ['Acceptance', 'ZedPresentation']