Update and delete multi timesheets and tags (#1240)
This commit is contained in:
@@ -30,10 +30,6 @@ class UserQueryTest extends BaseQueryTest
|
||||
protected function assertRole(UserQuery $sut)
|
||||
{
|
||||
$this->assertNull($sut->getRole());
|
||||
|
||||
$sut->setRole('foo-bar');
|
||||
$this->assertNull($sut->getRole());
|
||||
|
||||
$sut->setRole('ROLE_USER');
|
||||
$this->assertEquals('ROLE_USER', $sut->getRole());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user