summaryrefslogtreecommitdiff
path: root/test/QueryBuilderTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/QueryBuilderTest.php')
-rw-r--r--test/QueryBuilderTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/QueryBuilderTest.php b/test/QueryBuilderTest.php
index 6da0997..590f5e2 100644
--- a/test/QueryBuilderTest.php
+++ b/test/QueryBuilderTest.php
@@ -12,8 +12,8 @@ class QueryBuilderTest extends PHPUnit_Framework_TestCase {
}
public function tearDown() {
- ORM::configure('logging', false);
- ORM::set_db(null);
+ ORM::reset_config();
+ ORM::reset_db();
}
public function testFindMany() {