Skip to content

Commit a172ac3

Browse files
Make extra bundles tests php 7.0 friendly #2
1 parent adba84a commit a172ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FlexExtraBundlesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class FlexExtraBundlesTest extends TestCase
3333
/**
3434
* @dataProvider getPackagesWithExtraBundles
3535
*/
36-
public function testExtraBundles(Package $package, array $expectedManifest, string $expectedExceptionClass = null): void
36+
public function testExtraBundles(Package $package, array $expectedManifest, string $expectedExceptionClass = null)
3737
{
3838
$io = new BufferIO('', OutputInterface::VERBOSITY_VERBOSE);
3939
$event = $this->mockPackageEvent(new InstallOperation($package));

0 commit comments

Comments
 (0)