remove test for code that probably does not work

pull/298/head
David Goodwin 5 years ago
parent cd8cf289b4
commit c66755a0da

@ -1,15 +0,0 @@
<?php
class VacationHandlerTest extends \PHPUnit\Framework\TestCase {
public function testBasic() {
$x = new VacationHandler();
$list = $x->getList("");
$this->assertTrue($list);
$results = $x->result();
$this->assertEmpty($results);
}
}
Loading…
Cancel
Save