From e99211db319f4ed498702817476e40d233a6a9d7 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 2 Jan 2013 20:13:02 +0000 Subject: [PATCH] Moved require_once statement outside of setUp tests method --- tests/authentication/server_test.php | 6 +++--- tests/resource/server_test.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/authentication/server_test.php b/tests/authentication/server_test.php index ef677c7e..e7132ec7 100644 --- a/tests/authentication/server_test.php +++ b/tests/authentication/server_test.php @@ -1,12 +1,12 @@ oauth = new Oauth2\Authentication\Server(); require_once 'database_mock.php'; diff --git a/tests/resource/server_test.php b/tests/resource/server_test.php index 707d73ee..8d5fac2d 100644 --- a/tests/resource/server_test.php +++ b/tests/resource/server_test.php @@ -1,12 +1,12 @@ server = new Oauth2\Resource\Server(); $this->db = new ResourceDB();