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
@@ -52,9 +52,4 @@ abstract class AbstractModelsCommand extends TestCase
// Don't override integer -> int for tests
$config->set('ide-helper.type_overrides', []);
}
protected function assertMatchesMockedSnapshot()
{
$this->assertMatchesSnapshot($this->mockFilesystemOutput, new SnapshotPhpDriver());
}
}