controller = new IntegrationsController(); } public function testNotificationsTest() { $resp = $this->controller->testNotification()->original; $this->assertEquals([ 'method' => 'test notification agents' ], $resp); } }