From 2fcee76d1376df270b0d43580dff688186ca037a Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Sun, 24 Jun 2018 13:39:40 +0100 Subject: [PATCH] Remove unused stub function --- tests/Stubs/ClientEntity.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/Stubs/ClientEntity.php b/tests/Stubs/ClientEntity.php index 0c6a4f9b..4cb79a0c 100644 --- a/tests/Stubs/ClientEntity.php +++ b/tests/Stubs/ClientEntity.php @@ -14,9 +14,4 @@ class ClientEntity implements ClientEntityInterface { $this->redirectUri = $uri; } - - public function setName($name) - { - $this->name = $name; - } }