Skip to content

Commit

Permalink
Correct sentences.
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Sep 4, 2014
1 parent 9a9cd04 commit b35cc28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Shell/TestShell.php
Expand Up @@ -62,8 +62,8 @@ public function outputWarning() {
$this->err('');
$this->err('TestShell has been replaced with <info>`phpunit`</info>.');
$this->err('');
$this->err('To run your application tests run <info>`phpunit`</info>');
$this->err('To run plugin tests, cd into the plugin directory and run <info>`phpunit`</info>');
$this->err('To run your application tests run <info>`phpunit`</info>.');
$this->err('To run plugin tests, cd into the plugin directory and run <info>`phpunit`</info>.');
}

}

0 comments on commit b35cc28

Please sign in to comment.