diff options
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r-- | tests/bootstrap.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 549cc96..18dc3e2 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -26,7 +26,7 @@ abstract class TestCase extends \PHPUnit_Framework_TestCase /** * Gets test's input and expected output. * - * @param string $name + * @param string $name The name of the test. * * @return array */ @@ -40,7 +40,7 @@ abstract class TestCase extends \PHPUnit_Framework_TestCase /** * Tests the `Lexer`. * - * @param string $name + * @param string $name The name of the test. * * @return Lexer */ @@ -65,7 +65,7 @@ abstract class TestCase extends \PHPUnit_Framework_TestCase /** * Tests the `Parser`. * - * @param string $name + * @param string $name The name of the test. * * @return Parser */ |