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();