Skip to content

Commit 2a60245

Browse files
committed
Fix type of clientSystemId in ConfigProviderTest
1 parent 2e6cc23 commit 2a60245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/ConfigProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class ConfigProviderTest extends TestCase
1414
*/
1515
public function gettersAreValid(): void
1616
{
17-
$configuration = new ConfigProvider('1username', '2password', '3language', 4);
17+
$configuration = new ConfigProvider('1username', '2password', '3language', '4');
1818

1919
$this->assertSame('1username', $configuration->getUsername());
2020
$this->assertSame('2password', $configuration->getPassword());

0 commit comments

Comments
 (0)