From 539a6f0c5965bc92bcf8af23c33d0e86e85f4857 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 11 Jul 2014 19:24:33 +0400 Subject: [PATCH] Codeceoption adjustments - Removed hacks since these are no longer required: https://github.com/Codeception/Codeception/commit/71db233985531f298264dc4ca0160d2aa1c83b7f - Removed unused helper classes - Added 2.0 style "actor" to config Thanks to @Ragazzo and @DavertMik for helping with it. --- codeception.yml | 1 + tests/_helpers/CodeHelper.php | 10 ---------- tests/_helpers/TestHelper.php | 10 ---------- tests/_helpers/WebHelper.php | 10 ---------- tests/acceptance.suite.yml | 1 - tests/functional.suite.yml | 1 - tests/unit.suite.yml | 3 --- 7 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 tests/_helpers/CodeHelper.php delete mode 100644 tests/_helpers/TestHelper.php delete mode 100644 tests/_helpers/WebHelper.php diff --git a/codeception.yml b/codeception.yml index 864fba0..496ebd9 100644 --- a/codeception.yml +++ b/codeception.yml @@ -1,3 +1,4 @@ +actor: Tester paths: tests: tests log: tests/_log diff --git a/tests/_helpers/CodeHelper.php b/tests/_helpers/CodeHelper.php deleted file mode 100644 index 8ed5769..0000000 --- a/tests/_helpers/CodeHelper.php +++ /dev/null @@ -1,10 +0,0 @@ -