Skip to content
This repository has been archived by the owner on May 1, 2019. It is now read-only.

Commit

Permalink
Enhancement: Add failing assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Mar 5, 2015
1 parent 0e3a204 commit f4fde98
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace ZfModuleTest\Integration\Controller;

use ApplicationTest\Integration\Util\Bootstrap;
use Zend\Http;
use Zend\Paginator;
use Zend\Test\PHPUnit\Controller\AbstractHttpControllerTestCase;
use ZfModule\Controller;
Expand Down Expand Up @@ -46,5 +47,6 @@ public function testUserPageCanBeAccessed()

$this->assertControllerName(Controller\UserController::class);
$this->assertActionName('modulesForUser');
$this->assertResponseStatusCode(Http\Response::STATUS_CODE_200);
}
}

0 comments on commit f4fde98

Please sign in to comment.