diff --git a/tests/InterfaceTest.php b/tests/InterfaceTest.php new file mode 100644 index 0000000..23797ab --- /dev/null +++ b/tests/InterfaceTest.php @@ -0,0 +1,24 @@ +createClient(); + $crawler = $client->request('GET', '/'); + + $this->assertTrue($client->getResponse()->isOk()); + $this->assertCount(1, $crawler->filter('title:contains("Gitlist")')); + } +} \ No newline at end of file