mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Optimized Entities, Controllers and tests
This commit is contained in:
@@ -24,7 +24,7 @@ class UserTest extends TestCase
|
||||
public function setUp():void{
|
||||
$this->user = new User();
|
||||
$this->user->setPassword(self::PASSWORD);
|
||||
$this->user->setUsername(self::USERNAME);
|
||||
$this->user->setUsername(' '.self::USERNAME.' ');
|
||||
}
|
||||
|
||||
public function testUsername():void{
|
||||
|
Reference in New Issue
Block a user