From abc3e71114b0a0cccf253b11791ccb1447ae72d8 Mon Sep 17 00:00:00 2001 From: Guilhem N Date: Sun, 3 Jun 2018 19:19:29 +0200 Subject: [PATCH] Fixes tests --- Tests/Functional/Entity/Dummy.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Tests/Functional/Entity/Dummy.php b/Tests/Functional/Entity/Dummy.php index f7e22ad..1a07b9a 100644 --- a/Tests/Functional/Entity/Dummy.php +++ b/Tests/Functional/Entity/Dummy.php @@ -56,8 +56,4 @@ class Dummy { return $this->name; } - - public function hasRole(string $role) - { - } }