Release v1.2.0 #87

Merged
myrmidex merged 9 commits from release/v1.2.0 into main 2026-03-08 21:30:58 +01:00
Showing only changes of commit 19cbea9273 - Show all commits

View file

@ -15,6 +15,9 @@ protected function setUp(): void
{
parent::setUp();
// Prevent Vite manifest errors in tests (no npm build in CI)
$this->withoutVite();
// Clean up any existing Mockery instances before each test
if (class_exists(Mockery::class)) {
Mockery::close();