We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c3130b commit 3e8fd00Copy full SHA for 3e8fd00
tests/InitCommandTest.php
@@ -946,6 +946,6 @@ public function testDefaultAdminsCredentials(): void
946
$createAdminMethod = new ReflectionMethod(InitCommand::class, 'createAdminUser');
947
$credentials = $createAdminMethod->invokeArgs($commandMock, ['my-app']);
948
949
- $this->assertEquals($credentials['name'], 'Admin');
+ $this->assertEquals('Admin', $credentials['name']);
950
}
951
0 commit comments