Commit 452be102 by Rusinov Maxim

Added newline at end files.

parent d712605a
...@@ -47,4 +47,4 @@ class DatabaseTestCase extends TestCase ...@@ -47,4 +47,4 @@ class DatabaseTestCase extends TestCase
$this->db = $db; $this->db = $db;
return $db; return $db;
} }
} }
\ No newline at end of file
...@@ -9,4 +9,4 @@ class SqliteActiveRecordTest extends \yiiunit\framework\db\ActiveRecordTest ...@@ -9,4 +9,4 @@ class SqliteActiveRecordTest extends \yiiunit\framework\db\ActiveRecordTest
$this->driverName = 'sqlite'; $this->driverName = 'sqlite';
parent::setUp(); parent::setUp();
} }
} }
\ No newline at end of file
...@@ -18,4 +18,4 @@ class SqliteCommandTest extends \yiiunit\framework\db\CommandTest ...@@ -18,4 +18,4 @@ class SqliteCommandTest extends \yiiunit\framework\db\CommandTest
$command = $db->createCommand($sql); $command = $db->createCommand($sql);
$this->assertEquals("SELECT \"id\", 't'.\"name\" FROM 'tbl_customer' t", $command->sql); $this->assertEquals("SELECT \"id\", 't'.\"name\" FROM 'tbl_customer' t", $command->sql);
} }
} }
\ No newline at end of file
...@@ -17,4 +17,4 @@ class SqliteQueryTest extends \yiiunit\framework\db\QueryTest ...@@ -17,4 +17,4 @@ class SqliteQueryTest extends \yiiunit\framework\db\QueryTest
$this->driverName = 'sqlite'; $this->driverName = 'sqlite';
parent::setUp(); parent::setUp();
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment