first commit

This commit is contained in:
2019-01-22 01:14:16 +01:00
commit 0c2bdb5394
561 changed files with 56658 additions and 0 deletions
+12
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:8080/grav
- \Helper\Acceptance