Fixes tests

This commit is contained in:
Guilhem N 2018-06-03 19:19:29 +02:00 committed by GitHub
parent 8db415afce
commit abc3e71114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,8 +56,4 @@ class Dummy
{ {
return $this->name; return $this->name;
} }
public function hasRole(string $role)
{
}
} }