summaryrefslogtreecommitdiff
path: root/test/ORMTest.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/ORMTest.php
parent01112f5ac14b24aed8038cc0ae99801007ef26b8 (diff)
Add support for T-SQL style TOP clauses
Diffstat (limited to 'test/ORMTest.php')
-rw-r--r--test/ORMTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ORMTest.php b/test/ORMTest.php
index ced3cbd..ebd3d17 100644
--- a/test/ORMTest.php
+++ b/test/ORMTest.php
@@ -12,8 +12,8 @@ class ORMTest extends PHPUnit_Framework_TestCase {
}
public function tearDown() {
- ORM::configure('logging', false);
- ORM::set_db(null);
+ ORM::reset_config();
+ ORM::reset_db();
}
public function testStaticAtrributes() {