Skip to content

Commit

Permalink
Use database in functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed May 2, 2019
1 parent 80c32bd commit f3fc1fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/CwpSearchPageControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

class CwpSearchPageControllerTest extends FunctionalTest
{
protected $usesDatabase = true;

public function testIndex()
{
$this->autoFollowRedirection = false;
Expand Down

0 comments on commit f3fc1fa

Please sign in to comment.