From 7356c5ad74dc21c4a68261d4ccfd14c9fa9ab267 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Sat, 3 May 2014 13:54:30 +0100 Subject: [PATCH] Renamed test classes --- .../Entity/{AbstractTokenTest.php => AbstractTokenEntityTest.php} | 0 tests/Entity/{AccessTokenTest.php => AccessTokenEntityTest.php} | 0 tests/Entity/{AuthCodeTest.php => AuthCodeEntityTest.php} | 0 tests/Entity/{ClientTest.php => ClientEntityTest.php} | 0 tests/Entity/{RefreshTokenTest.php => RefreshTokenEntityTest.php} | 0 tests/Entity/{ScopeTest.php => ScopeEntityTest.php} | 0 tests/Entity/{SessionTest.php => SessionEntityTest.php} | 0 tests/Grant/{AuthCodeTest.php => AuthCodeGrantTest.php} | 0 .../{ClientCredentialsTest.php => ClientCredentialsGrantTest.php} | 0 tests/Grant/{PasswordTest.php => PasswordGrantTest.php} | 0 tests/Grant/{RefreshTokenTest.php => RefreshTokenGrantTest.php} | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename tests/Entity/{AbstractTokenTest.php => AbstractTokenEntityTest.php} (100%) rename tests/Entity/{AccessTokenTest.php => AccessTokenEntityTest.php} (100%) rename tests/Entity/{AuthCodeTest.php => AuthCodeEntityTest.php} (100%) rename tests/Entity/{ClientTest.php => ClientEntityTest.php} (100%) rename tests/Entity/{RefreshTokenTest.php => RefreshTokenEntityTest.php} (100%) rename tests/Entity/{ScopeTest.php => ScopeEntityTest.php} (100%) rename tests/Entity/{SessionTest.php => SessionEntityTest.php} (100%) rename tests/Grant/{AuthCodeTest.php => AuthCodeGrantTest.php} (100%) rename tests/Grant/{ClientCredentialsTest.php => ClientCredentialsGrantTest.php} (100%) rename tests/Grant/{PasswordTest.php => PasswordGrantTest.php} (100%) rename tests/Grant/{RefreshTokenTest.php => RefreshTokenGrantTest.php} (100%) diff --git a/tests/Entity/AbstractTokenTest.php b/tests/Entity/AbstractTokenEntityTest.php similarity index 100% rename from tests/Entity/AbstractTokenTest.php rename to tests/Entity/AbstractTokenEntityTest.php diff --git a/tests/Entity/AccessTokenTest.php b/tests/Entity/AccessTokenEntityTest.php similarity index 100% rename from tests/Entity/AccessTokenTest.php rename to tests/Entity/AccessTokenEntityTest.php diff --git a/tests/Entity/AuthCodeTest.php b/tests/Entity/AuthCodeEntityTest.php similarity index 100% rename from tests/Entity/AuthCodeTest.php rename to tests/Entity/AuthCodeEntityTest.php diff --git a/tests/Entity/ClientTest.php b/tests/Entity/ClientEntityTest.php similarity index 100% rename from tests/Entity/ClientTest.php rename to tests/Entity/ClientEntityTest.php diff --git a/tests/Entity/RefreshTokenTest.php b/tests/Entity/RefreshTokenEntityTest.php similarity index 100% rename from tests/Entity/RefreshTokenTest.php rename to tests/Entity/RefreshTokenEntityTest.php diff --git a/tests/Entity/ScopeTest.php b/tests/Entity/ScopeEntityTest.php similarity index 100% rename from tests/Entity/ScopeTest.php rename to tests/Entity/ScopeEntityTest.php diff --git a/tests/Entity/SessionTest.php b/tests/Entity/SessionEntityTest.php similarity index 100% rename from tests/Entity/SessionTest.php rename to tests/Entity/SessionEntityTest.php diff --git a/tests/Grant/AuthCodeTest.php b/tests/Grant/AuthCodeGrantTest.php similarity index 100% rename from tests/Grant/AuthCodeTest.php rename to tests/Grant/AuthCodeGrantTest.php diff --git a/tests/Grant/ClientCredentialsTest.php b/tests/Grant/ClientCredentialsGrantTest.php similarity index 100% rename from tests/Grant/ClientCredentialsTest.php rename to tests/Grant/ClientCredentialsGrantTest.php diff --git a/tests/Grant/PasswordTest.php b/tests/Grant/PasswordGrantTest.php similarity index 100% rename from tests/Grant/PasswordTest.php rename to tests/Grant/PasswordGrantTest.php diff --git a/tests/Grant/RefreshTokenTest.php b/tests/Grant/RefreshTokenGrantTest.php similarity index 100% rename from tests/Grant/RefreshTokenTest.php rename to tests/Grant/RefreshTokenGrantTest.php