Skip to content

Commit

Permalink
Merge pull request #16926 from cakephp/dereuromark-patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
othercorey committed Jan 4, 2023
2 parents 0a86b10 + fe9da1b commit bb0fa76
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 bb0fa76

Please sign in to comment.