Skip to content

Commit 76ca18c

Browse files
CS fixes
1 parent 9e1aa93 commit 76ca18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FlexTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ private function mockComposer(Locker $locker, RootPackageInterface $package, Con
237237
{
238238
if (null === $config) {
239239
$config = $this->getMockBuilder(Config::class)->getMock();
240-
$config->expects($this->any())->method('get')->willReturn(__DIR__ . '/Fixtures/vendor');
240+
$config->expects($this->any())->method('get')->willReturn(__DIR__.'/Fixtures/vendor');
241241
}
242242

243243
$composer = new Composer();

0 commit comments

Comments
 (0)