Skip to content

Releases: qvelocity/NovaUnit

Add Nova 5 Support

06 Feb 16:00
03e24d7
Compare
Choose a tag to compare

#5

This release provides support for Nova 5 - There were some breaking changes related to Action assertions, as a result we have tagged a new major version.

✨ Add ability to assert Visit Path

13 Sep 19:10
63ba0f8
Compare
Choose a tag to compare

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');

Add Laravel 11 Support

13 Sep 17:21
6a6348c
Compare
Choose a tag to compare
Merge pull request #2 from qvelocity/update-readme

📄 Update Readme / Licensing