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/FunctionalTester.php')
-rw-r--r--tests/_support/FunctionalTester.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/_support/FunctionalTester.php b/tests/_support/FunctionalTester.php
deleted file mode 100644
index ae2a8fd0..00000000
--- a/tests/_support/FunctionalTester.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
-/**
- * PHPPgAdmin6
- */
-
-/**
- * PHPPgAdmin 6.0.0.
- */
-class FunctionalTester extends \Codeception\Actor
-{
- use _generated\FunctionalTesterActions;
-
- /*
- * Define custom actions here
- */
-}