From 6f47fa344d43df2ac1a9454bdc87235f52e7412f Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Mon, 12 Dec 2016 00:09:02 +0300 Subject: [PATCH] Useless test removed from EventsControllerTest --- .../Tests/Controller/EventsControllerTest.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/Skobkin/Bundle/PointToolsBundle/Tests/Controller/EventsControllerTest.php b/src/Skobkin/Bundle/PointToolsBundle/Tests/Controller/EventsControllerTest.php index e04045e..71910eb 100644 --- a/src/Skobkin/Bundle/PointToolsBundle/Tests/Controller/EventsControllerTest.php +++ b/src/Skobkin/Bundle/PointToolsBundle/Tests/Controller/EventsControllerTest.php @@ -6,18 +6,6 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; class EventsControllerTest extends WebTestCase { - public function testHasHeading() - { - $client = static::createClient(); - - $crawler = $client->request('GET', '/events/last'); - - $this->assertEquals( - 1, - $crawler->filter('.last-subscriptions-log h3')->count() - ); - } - public function testHasEvents() { $client = static::createClient();