summaryrefslogtreecommitdiffstats
path: root/tests/Components/ArrayObjTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Components/ArrayObjTest.php')
-rw-r--r--tests/Components/ArrayObjTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Components/ArrayObjTest.php b/tests/Components/ArrayObjTest.php
index d62c9d3..d40509f 100644
--- a/tests/Components/ArrayObjTest.php
+++ b/tests/Components/ArrayObjTest.php
@@ -4,12 +4,10 @@ namespace SqlParser\Tests\Components;
use SqlParser\Parser;
use SqlParser\Components\ArrayObj;
-
use SqlParser\Tests\TestCase;
class ArrayObjTest extends TestCase
{
-
public function testBuildRaw()
{
$component = new ArrayObj(array('a', 'b'), array());