diff options
author | Dan Ungureanu <udan1107@gmail.com> | 2015-06-16 01:10:37 +0300 |
---|---|---|
committer | Dan Ungureanu <udan1107@gmail.com> | 2015-06-16 01:10:37 +0300 |
commit | 655e07391436f1445461db6a02be4efbc34fa35d (patch) | |
tree | 06cfe3239cc8cbb34948cc72a824d82e1eaa1cea /tests/bootstrap.php | |
parent | 846d7c3417d4b1c748193163f038a2619ce62c93 (diff) | |
download | sql-parser-655e07391436f1445461db6a02be4efbc34fa35d.zip sql-parser-655e07391436f1445461db6a02be4efbc34fa35d.tar.gz sql-parser-655e07391436f1445461db6a02be4efbc34fa35d.tar.bz2 |
Improved documentation and coding style.
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 */ |