mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-29 14:28:42 +02:00
Run phpunit code quality rector
This commit is contained in:
parent
f215bd11cd
commit
f3ad3c1ffe
15 changed files with 66 additions and 70 deletions
|
@ -35,7 +35,7 @@ class ApiTokenTypeTest extends TestCase
|
|||
|
||||
public function testGetTypeFromToken(): void
|
||||
{
|
||||
$this->assertEquals(ApiTokenType::PERSONAL_ACCESS_TOKEN, ApiTokenType::getTypeFromToken('tcp_123'));
|
||||
$this->assertSame(ApiTokenType::PERSONAL_ACCESS_TOKEN, ApiTokenType::getTypeFromToken('tcp_123'));
|
||||
}
|
||||
|
||||
public function testGetTypeFromTokenInvalid(): void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue