Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-08-10 01:42:03 +0300
committerOlivier Paroz <github@oparoz.com>2015-08-10 01:42:03 +0300
commita8b1af48860f359435fa451fa9c765c420b3dd33 (patch)
tree19f5c624b84b3c141ffb748510056678d5abe795 /tests/functional.suite.yml
parent9f69bde62dafc02d1b52e54b2660e230babd85a5 (diff)
Switch to Codeception for testing
Diffstat (limited to 'tests/functional.suite.yml')
-rw-r--r--tests/functional.suite.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/functional.suite.yml b/tests/functional.suite.yml
new file mode 100644
index 00000000..075765bd
--- /dev/null
+++ b/tests/functional.suite.yml
@@ -0,0 +1,11 @@
+# Codeception Test Suite Configuration
+#
+# Suite for functional (integration) tests
+# Emulate web requests and make application process them
+# Include one of framework modules (Symfony2, Yii2, Laravel5) to use it
+
+class_name: FunctionalTester
+modules:
+ enabled:
+ # add framework module here
+ - \Helper\Functional \ No newline at end of file