Codeception

This commit is contained in:
Paminger
2015-02-20 12:30:26 +01:00
parent 9a230cd02c
commit 965fccb6c5
16 changed files with 2318 additions and 4 deletions
+9
View File
@@ -0,0 +1,9 @@
# Codeception Test Suite Configuration
# suite for functional (integration) tests.
# emulate web requests and make application process them.
# Include one of framework modules (Symfony2, Yii2, Laravel4) to use it.
class_name: FunctionalTester
modules:
enabled: [Filesystem, FunctionalHelper]