Support other OS on tests (#1715)

This commit is contained in:
erikn69
2025-07-17 07:52:32 +02:00
committed by GitHub
parent cff244b9b5
commit 6d96f0bd1a
7 changed files with 33 additions and 60 deletions
@@ -27,9 +27,4 @@ abstract class AbstractGeneratorCommand extends TestCase
{
return [IdeHelperServiceProvider::class];
}
protected function assertMatchesMockedSnapshot()
{
$this->assertMatchesSnapshot($this->mockFilesystemOutput, new SnapshotPhpDriver());
}
}