From 452be102c61817fd5fcd4f531f17efb672424d82 Mon Sep 17 00:00:00 2001 From: Rusinov Maxim Date: Thu, 9 May 2013 23:27:19 +0600 Subject: [PATCH] Added newline at end files. --- tests/unit/DatabaseTestCase.php | 2 +- tests/unit/framework/db/sqlite/SqliteActiveRecordTest.php | 2 +- tests/unit/framework/db/sqlite/SqliteCommandTest.php | 2 +- tests/unit/framework/db/sqlite/SqliteQueryTest.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/unit/DatabaseTestCase.php b/tests/unit/DatabaseTestCase.php index d6f1223..b39c2e5 100644 --- a/tests/unit/DatabaseTestCase.php +++ b/tests/unit/DatabaseTestCase.php @@ -47,4 +47,4 @@ class DatabaseTestCase extends TestCase $this->db = $db; return $db; } -} \ No newline at end of file +} diff --git a/tests/unit/framework/db/sqlite/SqliteActiveRecordTest.php b/tests/unit/framework/db/sqlite/SqliteActiveRecordTest.php index bc6387a..539e879 100644 --- a/tests/unit/framework/db/sqlite/SqliteActiveRecordTest.php +++ b/tests/unit/framework/db/sqlite/SqliteActiveRecordTest.php @@ -9,4 +9,4 @@ class SqliteActiveRecordTest extends \yiiunit\framework\db\ActiveRecordTest $this->driverName = 'sqlite'; parent::setUp(); } -} \ No newline at end of file +} diff --git a/tests/unit/framework/db/sqlite/SqliteCommandTest.php b/tests/unit/framework/db/sqlite/SqliteCommandTest.php index 21e9dd9..4110cd3 100644 --- a/tests/unit/framework/db/sqlite/SqliteCommandTest.php +++ b/tests/unit/framework/db/sqlite/SqliteCommandTest.php @@ -18,4 +18,4 @@ class SqliteCommandTest extends \yiiunit\framework\db\CommandTest $command = $db->createCommand($sql); $this->assertEquals("SELECT \"id\", 't'.\"name\" FROM 'tbl_customer' t", $command->sql); } -} \ No newline at end of file +} diff --git a/tests/unit/framework/db/sqlite/SqliteQueryTest.php b/tests/unit/framework/db/sqlite/SqliteQueryTest.php index 0b5e8f7..f00e59e 100644 --- a/tests/unit/framework/db/sqlite/SqliteQueryTest.php +++ b/tests/unit/framework/db/sqlite/SqliteQueryTest.php @@ -17,4 +17,4 @@ class SqliteQueryTest extends \yiiunit\framework\db\QueryTest $this->driverName = 'sqlite'; parent::setUp(); } -} \ No newline at end of file +}