diff options
author | nashe <thomas@chauchefoin.fr> | 2017-05-28 13:23:40 +0200 |
---|---|---|
committer | nashe <thomas@chauchefoin.fr> | 2017-05-28 13:23:40 +0200 |
commit | b3274cae04bc319c71d9d2037384480e8f8dc43c (patch) | |
tree | 8d8002249e32b0b4e45a2cc16ad7640011ef51e7 /tests/_support/Helper/Functional.php | |
parent | 2a60d81683447855dff4b73171182dfec05ad6a6 (diff) | |
download | planet-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/Helper/Functional.php')
-rw-r--r-- | tests/_support/Helper/Functional.php | 9 |
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 -{ - -} |