From 33c3937adce276d1bad6f92201f39da5ed78c1fd Mon Sep 17 00:00:00 2001 From: Sebastien Bariteau Date: Tue, 16 Apr 2013 14:08:40 +0100 Subject: Add support for T-SQL style TOP clauses --- test/ConfigTest.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test/ConfigTest.php') diff --git a/test/ConfigTest.php b/test/ConfigTest.php index 83194b4..787e2b1 100644 --- a/test/ConfigTest.php +++ b/test/ConfigTest.php @@ -14,10 +14,8 @@ class ConfigTest extends PHPUnit_Framework_TestCase { } public function tearDown() { - ORM::configure('logging', false); - ORM::set_db(null); - - ORM::configure('id_column', 'id'); + ORM::reset_config(); + ORM::reset_db(); } protected function setUpIdColumnOverrides() { -- cgit v1.2.3