summaryrefslogtreecommitdiffstats
path: root/tests/acceptance.suite.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/acceptance.suite.yml')
-rw-r--r--tests/acceptance.suite.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/acceptance.suite.yml b/tests/acceptance.suite.yml
deleted file mode 100644
index 9fde4e7..0000000
--- a/tests/acceptance.suite.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-# Codeception Test Suite Configuration
-#
-# Suite for acceptance tests.
-# Perform tests in browser using the WebDriver or PhpBrowser.
-# If you need both WebDriver and PHPBrowser tests - create a separate suite.
-
-class_name: AcceptanceTester
-modules:
- enabled:
- - PhpBrowser:
- url: http://localhost:8000/
- - \Helper\Acceptance