From c66755a0da571162a00f1aee6dd4198ba27330ce Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Tue, 17 Sep 2019 21:45:20 +0100 Subject: [PATCH] remove test for code that probably does not work --- tests/VacationHandlerTest.php | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tests/VacationHandlerTest.php diff --git a/tests/VacationHandlerTest.php b/tests/VacationHandlerTest.php deleted file mode 100644 index 02328c0d..00000000 --- a/tests/VacationHandlerTest.php +++ /dev/null @@ -1,15 +0,0 @@ -getList(""); - - $this->assertTrue($list); - - $results = $x->result(); - - $this->assertEmpty($results); - } -}