From f314298eb6c823cfe3d7ac0f63922a41ae62669b Mon Sep 17 00:00:00 2001 From: connor Date: Tue, 9 Apr 2024 07:55:36 +0200 Subject: [PATCH] removed include --- test/other/tasksTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/test/other/tasksTest.php b/test/other/tasksTest.php index 1f1bb1901..2ffc3cf95 100644 --- a/test/other/tasksTest.php +++ b/test/other/tasksTest.php @@ -57,7 +57,6 @@ public function get_fixture_content($file) protected function clearTmpDir() { - require_once __DIR__.'/../../lib/util/sfToolkit.class.php'; sfToolkit::clearDirectory($this->tmp_dir); } }