Reversed codeception.

This commit is contained in:
James Cole
2015-07-03 07:27:01 +02:00
parent e139664301
commit d88919474b
77 changed files with 12793 additions and 2511 deletions

View File

@@ -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/myapp
- \Helper\Acceptance