Skip to content

Commit

Permalink
Added $requestClass.
Browse files Browse the repository at this point in the history
  • Loading branch information
koemeet committed Oct 10, 2016
1 parent a299d43 commit 43f09e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Action/NotifyActionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ class NotifyActionTest extends GenericActionTest
{
protected $actionClass = NotifyAction::class;

protected $requestClass = Notify::class;

protected function setUp()
{
$this->action = new $this->actionClass();
Expand Down

0 comments on commit 43f09e4

Please sign in to comment.