Releases: qvelocity/NovaUnit
Releases · qvelocity/NovaUnit
Add Nova 5 Support
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
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
Merge pull request #2 from qvelocity/update-readme 📄 Update Readme / Licensing