summaryrefslogtreecommitdiffstats
path: root/tests/Components/FunctionCallTest.php
diff options
context:
space:
mode:
authorDamian Dlugosz <bigfootdd@gmail.com>2017-01-03 22:06:01 +0100
committerDamian Dlugosz <bigfootdd@gmail.com>2017-01-06 00:11:32 +0100
commita6e45c5e2e006bbd90306e1e947e25e601965657 (patch)
tree07fbbdbe95d08721e97b6683226ad3a26a6e9886 /tests/Components/FunctionCallTest.php
parent082a1fad6c64f455ac42698cb9c7a08f0347a2c0 (diff)
downloadsql-parser-a6e45c5e2e006bbd90306e1e947e25e601965657.zip
sql-parser-a6e45c5e2e006bbd90306e1e947e25e601965657.tar.gz
sql-parser-a6e45c5e2e006bbd90306e1e947e25e601965657.tar.bz2
Apply php-cs-fixer
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'));