From ad12a088cf19b6db00cce6092fb473656d2a2fe9 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Mon, 28 Jul 2014 13:56:00 +0100 Subject: [PATCH] Renamed auth to authServer --- tests/{auth => authServer}/AuthCodeCept.php | 0 tests/{auth => authServer}/AuthTester.php | 0 tests/{auth => authServer}/ClientCredentialsCept.php | 0 tests/{auth => authServer}/PasswordGrantMissingPasswordCept.php | 0 tests/{auth => authServer}/PasswordGrantMissingUsernameCept.php | 0 tests/{auth => authServer}/_bootstrap.php | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename tests/{auth => authServer}/AuthCodeCept.php (100%) rename tests/{auth => authServer}/AuthTester.php (100%) rename tests/{auth => authServer}/ClientCredentialsCept.php (100%) rename tests/{auth => authServer}/PasswordGrantMissingPasswordCept.php (100%) rename tests/{auth => authServer}/PasswordGrantMissingUsernameCept.php (100%) rename tests/{auth => authServer}/_bootstrap.php (100%) diff --git a/tests/auth/AuthCodeCept.php b/tests/authServer/AuthCodeCept.php similarity index 100% rename from tests/auth/AuthCodeCept.php rename to tests/authServer/AuthCodeCept.php diff --git a/tests/auth/AuthTester.php b/tests/authServer/AuthTester.php similarity index 100% rename from tests/auth/AuthTester.php rename to tests/authServer/AuthTester.php diff --git a/tests/auth/ClientCredentialsCept.php b/tests/authServer/ClientCredentialsCept.php similarity index 100% rename from tests/auth/ClientCredentialsCept.php rename to tests/authServer/ClientCredentialsCept.php diff --git a/tests/auth/PasswordGrantMissingPasswordCept.php b/tests/authServer/PasswordGrantMissingPasswordCept.php similarity index 100% rename from tests/auth/PasswordGrantMissingPasswordCept.php rename to tests/authServer/PasswordGrantMissingPasswordCept.php diff --git a/tests/auth/PasswordGrantMissingUsernameCept.php b/tests/authServer/PasswordGrantMissingUsernameCept.php similarity index 100% rename from tests/auth/PasswordGrantMissingUsernameCept.php rename to tests/authServer/PasswordGrantMissingUsernameCept.php diff --git a/tests/auth/_bootstrap.php b/tests/authServer/_bootstrap.php similarity index 100% rename from tests/auth/_bootstrap.php rename to tests/authServer/_bootstrap.php