We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e3982 commit 7418b52Copy full SHA for 7418b52
tests/Composer/Test/Repository/FilesystemRepositoryTest.php
@@ -200,7 +200,7 @@ public function testRepositoryWritesInstalledPhp()
200
$this->assertSame(file_get_contents(__DIR__.'/Fixtures/installed.php'), file_get_contents($dir.'/installed.php'));
201
}
202
203
- public function testSafelyLoadInstalledVersions(): void
+ public function testSafelyLoadInstalledVersions()
204
{
205
$result = FilesystemRepository::safelyLoadInstalledVersions(__DIR__.'/Fixtures/installed_complex.php');
206
self::assertTrue($result, 'The file should be considered valid');
0 commit comments