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); - } -}