summaryrefslogtreecommitdiffstats
path: root/tests/Utils/TableTest.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/Utils/TableTest.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/Utils/TableTest.php')
-rw-r--r--tests/Utils/TableTest.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/Utils/TableTest.php b/tests/Utils/TableTest.php
index 3e577eb..f80b586 100644
--- a/tests/Utils/TableTest.php
+++ b/tests/Utils/TableTest.php
@@ -4,12 +4,10 @@ namespace SqlParser\Tests\Utils;
use SqlParser\Parser;
use SqlParser\Utils\Table;
-
use SqlParser\Tests\TestCase;
class TableTest extends TestCase
{
-
/**
* @dataProvider getForeignKeysProvider
*/
@@ -176,9 +174,9 @@ class TableTest extends TestCase
'timestamp_not_null' => true,
'default_value' => 'CURRENT_TIMESTAMP',
'default_current_timestamp' => true,
- 'on_update_current_timestamp' => true
- )
- )
+ 'on_update_current_timestamp' => true,
+ ),
+ ),
),
array(
'CREATE TABLE table1 (