From dcef88858797c3b50d6d189aaf023b98628407d1 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Fri, 1 Mar 2019 21:20:34 +0000 Subject: [PATCH] token test coverage --- tests/DomainHandlerTest.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/DomainHandlerTest.php diff --git a/tests/DomainHandlerTest.php b/tests/DomainHandlerTest.php new file mode 100644 index 00000000..80042acb --- /dev/null +++ b/tests/DomainHandlerTest.php @@ -0,0 +1,15 @@ +getList(""); + + $this->assertTrue($list); + + $results = $x->result(); + + $this->assertEmpty($results); + } +}