summaryrefslogtreecommitdiff
path: root/test/ORMTest.php
diff options
context:
space:
mode:
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() {