From 02ac03be02fb693f6dcc88d50696888f74fbd511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Jakes=CC=8C?= Date: Thu, 17 Oct 2019 11:38:11 +0200 Subject: [PATCH] Remove old unused test support files [MAILPOET-2429] --- RoboFile.php | 1 - tests/Actions.php | 26 -------------------------- tests/_support/Actions.php | 18 ------------------ tests/_support/FunctionalTester.php | 26 -------------------------- tests/_support/NoGuy.php | 26 -------------------------- 5 files changed, 97 deletions(-) delete mode 100644 tests/Actions.php delete mode 100644 tests/_support/Actions.php delete mode 100644 tests/_support/FunctionalTester.php delete mode 100644 tests/_support/NoGuy.php diff --git a/RoboFile.php b/RoboFile.php index cf2eadd393..15a97d6692 100644 --- a/RoboFile.php +++ b/RoboFile.php @@ -368,7 +368,6 @@ class RoboFile extends \Robo\Tasks { 'tests/_data', 'tests/_output', 'tests/_support', - 'tests/Actions.php', 'tests/integration/_bootstrap.php', 'tests/integration/_fixtures.php', 'tests/unit/_bootstrap.php', diff --git a/tests/Actions.php b/tests/Actions.php deleted file mode 100644 index 7a32fb0ea9..0000000000 --- a/tests/Actions.php +++ /dev/null @@ -1,26 +0,0 @@ -