diff --git a/tests/Action/NotifyActionTest.php b/tests/Action/NotifyActionTest.php index 53da259..6472545 100644 --- a/tests/Action/NotifyActionTest.php +++ b/tests/Action/NotifyActionTest.php @@ -18,6 +18,8 @@ class NotifyActionTest extends GenericActionTest { protected $actionClass = NotifyAction::class; + protected $requestClass = Notify::class; + protected function setUp() { $this->action = new $this->actionClass();