Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Jan 4, 2023
1 parent 0a86b10 commit fe9da1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestSuite/Fixture/FixtureHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ protected function insertConnection(ConnectionInterface $connection, array $fixt
} catch (PDOException $exception) {
$message = sprintf(
'Unable to insert rows for table `%s`.'
. " Fixture records might have invalid data or unknown contraints.\n%s",
. " Fixture records might have invalid data or unknown constraints.\n%s",
$fixture->sourceName(),
$exception->getMessage()
);
Expand Down

0 comments on commit fe9da1b

Please sign in to comment.