summaryrefslogtreecommitdiffstats
path: root/tests/_support/FunctionalTester.php
diff options
context:
space:
mode:
authornashe <thomas@chauchefoin.fr>2017-05-28 13:23:40 +0200
committernashe <thomas@chauchefoin.fr>2017-05-28 13:23:40 +0200
commitb3274cae04bc319c71d9d2037384480e8f8dc43c (patch)
tree8d8002249e32b0b4e45a2cc16ad7640011ef51e7 /tests/_support/FunctionalTester.php
parent2a60d81683447855dff4b73171182dfec05ad6a6 (diff)
downloadplanet-b3274cae04bc319c71d9d2037384480e8f8dc43c.tar
planet-b3274cae04bc319c71d9d2037384480e8f8dc43c.tar.gz
planet-b3274cae04bc319c71d9d2037384480e8f8dc43c.tar.bz2
planet-b3274cae04bc319c71d9d2037384480e8f8dc43c.tar.xz
planet-b3274cae04bc319c71d9d2037384480e8f8dc43c.zip
Codeception was slightly overkill, get back to PHPUnit
Diffstat (limited to 'tests/_support/FunctionalTester.php')
-rw-r--r--tests/_support/FunctionalTester.php26
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/_support/FunctionalTester.php b/tests/_support/FunctionalTester.php
deleted file mode 100644
index 8f9d5f2..0000000
--- a/tests/_support/FunctionalTester.php
+++ /dev/null
@@ -1,26 +0,0 @@
-<?php
-
-
-/**
- * Inherited Methods
- * @method void wantToTest($text)
- * @method void wantTo($text)
- * @method void execute($callable)
- * @method void expectTo($prediction)
- * @method void expect($prediction)
- * @method void amGoingTo($argumentation)
- * @method void am($role)
- * @method void lookForwardTo($achieveValue)
- * @method void comment($description)
- * @method \Codeception\Lib\Friend haveFriend($name, $actorClass = null)
- *
- * @SuppressWarnings(PHPMD)
-*/
-class FunctionalTester extends \Codeception\Actor
-{
- use _generated\FunctionalTesterActions;
-
- /**
- * Define custom actions here
- */
-}