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