Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
azine committed Oct 25, 2017
1 parent dfb186d commit 133170f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/Command/SendNewsLetterCommandTest.php
Expand Up @@ -59,7 +59,7 @@ private function getMockSetup($fail = false)
public function testLockingFunctionality()
{
if(!class_exists('AppKernel')){
$this->markTestSkipped("This test does only work if a full application is installed (including AppKernel class");
$this->markTestSkipped("This test does only works if a full application is installed (including AppKernel class");
}
$commandName = $this->getCommand()->getName();
$reflector = new \ReflectionClass(\AppKernel::class);
Expand Down
2 changes: 1 addition & 1 deletion Tests/Command/SendNotificationsCommandTest.php
Expand Up @@ -59,7 +59,7 @@ private function getMockSetup($fail = false)
public function testLockingFunctionality()
{
if(!class_exists('AppKernel')){
$this->markTestSkipped("This test does only work if a full application is installed (including AppKernel class");
$this->markTestSkipped("This test does only works if a full application is installed (including AppKernel class");
}
$commandName = $this->getCommand()->getName();
$reflector = new \ReflectionClass(\AppKernel::class);
Expand Down

0 comments on commit 133170f

Please sign in to comment.