summaryrefslogtreecommitdiff
path: root/test/MulitpleConnectionTest.php
diff options
context:
space:
mode:
authorSebastien Bariteau <[email protected]>2013-04-16 14:08:40 +0100
committerSimon Holywell <[email protected]>2013-04-16 14:08:40 +0100
commit33c3937adce276d1bad6f92201f39da5ed78c1fd (patch)
treed7c5426c0f095237cead547c653de1e618b57a02 /test/MulitpleConnectionTest.php
parent01112f5ac14b24aed8038cc0ae99801007ef26b8 (diff)
Add support for T-SQL style TOP clauses
Diffstat (limited to 'test/MulitpleConnectionTest.php')
-rw-r--r--test/MulitpleConnectionTest.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/MulitpleConnectionTest.php b/test/MulitpleConnectionTest.php
index 9df05d0..a58f3ca 100644
--- a/test/MulitpleConnectionTest.php
+++ b/test/MulitpleConnectionTest.php
@@ -15,10 +15,8 @@ class MultipleConnectionTest extends PHPUnit_Framework_TestCase {
}
public function tearDown() {
- ORM::configure('logging', false);
- ORM::configure('logging', false, self::ALTERNATE);
- ORM::set_db(null);
- ORM::set_db(null, self::ALTERNATE);
+ ORM::reset_config();
+ ORM::reset_db();
}
public function testMultiplePdoConnections() {