Useless test removed from EventsControllerTest
This commit is contained in:
parent
e493eb6322
commit
6f47fa344d
|
@ -6,18 +6,6 @@ use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||||
|
|
||||||
class EventsControllerTest extends 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()
|
public function testHasEvents()
|
||||||
{
|
{
|
||||||
$client = static::createClient();
|
$client = static::createClient();
|
||||||
|
|
Loading…
Reference in a new issue