diff --git a/tests/AdminHandlerTest.php b/tests/AdminHandlerTest.php new file mode 100644 index 00000000..c13f9502 --- /dev/null +++ b/tests/AdminHandlerTest.php @@ -0,0 +1,17 @@ +getList(""); + + $this->assertTrue($list); + + $results = $x->result(); + + $this->assertEmpty($results); + } +} + +/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */