From 7ef40af2804edea161772135aab4eec45b0388e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20D?= Date: Thu, 19 May 2022 13:16:06 +0200 Subject: [PATCH] ci: Remove bypass finals hook. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rubén D --- tests/SP/BypassFinalHook.php | 40 ------------------------------------ 1 file changed, 40 deletions(-) delete mode 100644 tests/SP/BypassFinalHook.php diff --git a/tests/SP/BypassFinalHook.php b/tests/SP/BypassFinalHook.php deleted file mode 100644 index 87bee889..00000000 --- a/tests/SP/BypassFinalHook.php +++ /dev/null @@ -1,40 +0,0 @@ -. - */ - -namespace SP\Tests; - -use DG\BypassFinals; -use PHPUnit\Runner\BeforeTestHook; - -/** - * - */ -final class BypassFinalHook implements BeforeTestHook -{ - public function executeBeforeTest(string $test): void - { -// BypassFinals::enable(); -// BypassFinals::setWhitelist([APP_ROOT.DIRECTORY_SEPARATOR.'lib'.DIRECTORY_SEPARATOR.'*']); - } -} \ No newline at end of file