Skip to content

Commit

Permalink
Merge pull request #655 from ergebnis/fix/typo
Browse files Browse the repository at this point in the history
Fix: Typo
  • Loading branch information
localheinz committed Oct 29, 2021
2 parents 1f53148 + 3915abe commit 7a40a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Unit/FixtureFactoryTest.php
Expand Up @@ -878,7 +878,7 @@ public function testWithOptionalReturnsMutatedFixtureFactory(): void
self::assertNotSame($fixtureFactory, $withOptionalFixtureFactory);
}

public function testWitoutOptionalReturnsMutatedFixtureFactory(): void
public function testWithoutOptionalReturnsMutatedFixtureFactory(): void
{
$fixtureFactory = new FixtureFactory(
self::entityManager(),
Expand Down

0 comments on commit 7a40a7b

Please sign in to comment.