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

Commit

Permalink
Merge pull request #1 from Spy-Seth/master
Browse files Browse the repository at this point in the history
Typo fix.
  • Loading branch information
tyx committed Aug 12, 2014
2 parents 9ef0bbb + 194766b commit 58a00c6
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 58a00c6

Please sign in to comment.