Skip to content

Commit c3da6ee

Browse files
committed
Remove an unnecessary searching test from the BlogControllerTest
1 parent 6925bff commit c3da6ee

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/AppBundle/Tests/Controller/BlogControllerTest.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,4 @@ public function testIndex()
3737
'The homepage displays the right number of posts.'
3838
);
3939
}
40-
41-
public function testSearch()
42-
{
43-
$client = static::createClient();
44-
$crawler = $client->request('GET', '/en/blog/search');
45-
46-
$this->assertGreaterThan(
47-
0,
48-
$crawler->filter('.search-form')->count(),
49-
'The search page displays the search form.'
50-
);
51-
}
5240
}

0 commit comments

Comments
 (0)