summaryrefslogtreecommitdiffstats
path: root/tests/_support/Helper/Functional.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/_support/Helper/Functional.php')
-rw-r--r--tests/_support/Helper/Functional.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/_support/Helper/Functional.php b/tests/_support/Helper/Functional.php
deleted file mode 100644
index 34fbe73..0000000
--- a/tests/_support/Helper/Functional.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-namespace Helper;
-// here you can define custom actions
-// all public methods declared in helper class will be available in $I
-
-class Functional extends \Codeception\Module
-{
-
-}