Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
armandabric committed Aug 12, 2014
1 parent 9ef0bbb commit 194766b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mocker.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ private function guardAgainstContainerNotOverrided()
private function guardAgainstKernelDriverNotUsed()
{
if ('symfony2' !== $this->mink->getDefaultSessionName()) {
throw new \LogicException('We can mock services only with symfony2 driver. Please use @mink:symfony tag on scenario you want to be able to mock services');
throw new \LogicException('We can mock services only with symfony2 driver. Please use "@mink:symfony2" tag on scenario you want to be able to mock services');
}
}
}

0 comments on commit 194766b

Please sign in to comment.