Initial codeception installation.

This commit is contained in:
James Cole
2015-07-03 08:15:30 +02:00
parent ab25edd37a
commit 24e7c68243
19 changed files with 2507 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# 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