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 adba84a commit a172ac3Copy full SHA for a172ac3
tests/FlexExtraBundlesTest.php
@@ -33,7 +33,7 @@ class FlexExtraBundlesTest extends TestCase
33
/**
34
* @dataProvider getPackagesWithExtraBundles
35
*/
36
- public function testExtraBundles(Package $package, array $expectedManifest, string $expectedExceptionClass = null): void
+ public function testExtraBundles(Package $package, array $expectedManifest, string $expectedExceptionClass = null)
37
{
38
$io = new BufferIO('', OutputInterface::VERBOSITY_VERBOSE);
39
$event = $this->mockPackageEvent(new InstallOperation($package));
0 commit comments