Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ttk committed Dec 15, 2023
1 parent 9d3f15a commit 06b12f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Persistence/Mapping/DriverChainTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function testGatherAllClassNames(): void
$driver1 = $this->createMock(MappingDriver::class);
$driver1->expects(self::once())
->method('getAllClassNames')
->will(self::returnValue(['Doctrine\Tests\Models\Company\Foo','Doctrine\Tests\Models\Company2\Foo']));
->will(self::returnValue(['Doctrine\Tests\Models\Company\Foo', 'Doctrine\Tests\Models\Company2\Foo']));

$driver2 = $this->createMock(MappingDriver::class);
$driver2->expects(self::once())
Expand Down

0 comments on commit 06b12f1

Please sign in to comment.