mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-27 12:18:54 +02:00
Applied rectors phpunit 9 migrations to tests
This commit is contained in:
parent
684334ba22
commit
fcbb1849ec
22 changed files with 162 additions and 187 deletions
|
@ -47,7 +47,7 @@ class UserExtensionTest extends WebTestCase
|
|||
*/
|
||||
public function testRemoveLocaleFromPath(string $expected, string $input): void
|
||||
{
|
||||
$this->assertEquals($expected, $this->service->removeLocaleFromPath($input));
|
||||
$this->assertSame($expected, $this->service->removeLocaleFromPath($input));
|
||||
}
|
||||
|
||||
public function testRemoveLocaleFromPathException(): void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue