From 958df260ecb70a4bb3085e40b61d5bbc578ce35d Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Tue, 17 Sep 2019 21:05:44 +0100 Subject: [PATCH] mostly empty test --- tests/AdminHandlerTest.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/AdminHandlerTest.php 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: */