Move CodeceptionTests for PHPCI-Compatibility

This commit is contained in:
Paminger
2016-04-27 21:03:59 +02:00
parent 4bea2abf70
commit eb141cec67
23 changed files with 8 additions and 8 deletions
@@ -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]