summaryrefslogtreecommitdiffstats
path: root/tests/Components/LimitTest.php
diff options
context:
space:
mode:
authorDeven Bansod <devenbansod.bits@gmail.com>2016-09-24 23:04:01 +0530
committerDeven Bansod <devenbansod.bits@gmail.com>2016-09-27 01:15:06 +0530
commit98679cb7ed977d2b0d6cfa4b27c7964d41dc5c44 (patch)
treec40688475c133aee7380eae458bbbd75069129a2 /tests/Components/LimitTest.php
parent0fb198f38657741b928580c94055d199c754b0ce (diff)
downloadsql-parser-98679cb7ed977d2b0d6cfa4b27c7964d41dc5c44.zip
sql-parser-98679cb7ed977d2b0d6cfa4b27c7964d41dc5c44.tar.gz
sql-parser-98679cb7ed977d2b0d6cfa4b27c7964d41dc5c44.tar.bz2
Fixed some errors and add new tests
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
Diffstat (limited to 'tests/Components/LimitTest.php')
-rw-r--r--tests/Components/LimitTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Components/LimitTest.php b/tests/Components/LimitTest.php
index 8a04bec..15c665a 100644
--- a/tests/Components/LimitTest.php
+++ b/tests/Components/LimitTest.php
@@ -10,7 +10,7 @@ use SqlParser\Tests\TestCase;
class LimitTest extends TestCase
{
- public function testBuild()
+ public function testBuildWithoutOffset()
{
$component = new Limit(1);
$this->assertEquals(Limit::build($component), '0, 1');