Skip to content

✨ Add ability to assert Visit Path

Latest
Compare
Choose a tag to compare
@robertmarney robertmarney released this 13 Sep 19:10
· 1 commit to main since this release
63ba0f8

Extends $mockActionResponse->assertVisit() to allow an optional path to be asserted.

e.g.

        $action = $this->novaAction(SomeVisitAction::class);
        $response = $action->handle();
        $response->assertVisit('http/path');