UPdate test

This commit is contained in:
Barry vd. Heuvel
2024-12-28 19:35:16 +01:00
parent 5f7e2fd32e
commit 73b7c34f9e
2 changed files with 1 additions and 22670 deletions
@@ -17,7 +17,7 @@ class Test extends AbstractGeneratorCommand
$this->assertSame(0, $tester->getStatusCode());
$this->assertStringContainsString('A new helper file was written to _ide_helper.php', $tester->getDisplay());
$this->assertMatchesMockedSnapshot();
$this->assertStringContainsString('public static function configure($basePath = null)', $this->mockFilesystemOutput);
}
public function testFilename(): void
@@ -30,6 +30,5 @@ class Test extends AbstractGeneratorCommand
$this->assertSame(0, $tester->getStatusCode());
$this->assertStringContainsString('A new helper file was written to foo.php', $tester->getDisplay());
$this->assertMatchesMockedSnapshot();
}
}
File diff suppressed because it is too large Load Diff