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

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/_support/Helper/Acceptance.php')
-rw-r--r--tests/_support/Helper/Acceptance.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/_support/Helper/Acceptance.php b/tests/_support/Helper/Acceptance.php
deleted file mode 100644
index 3d9f12e4..00000000
--- a/tests/_support/Helper/Acceptance.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-
-/**
- * PHPPgAdmin6
- */
-
-namespace Helper;
-
-// here you can define custom actions
-// all public methods declared in helper class will be available in $I
-
-class Acceptance extends \Codeception\Module
-{
-}