We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f052c8 commit 6a4d60bCopy full SHA for 6a4d60b
tests/OrgManagerTest.php
@@ -39,7 +39,7 @@ public function you_can_get_client()
39
/** @test */
40
public function you_can_set_client()
41
{
42
- $newClient = new Client(['base_uri' => 'http://foo.bar',]);
+ $newClient = new Client(['base_uri' => 'http://foo.bar']);
43
$this->assertInstanceOf(Client::class, $newClient);
44
$this->assertNotEquals($this->orgmanager->getClient(), $newClient);
45
$this->orgmanager->setClient($newClient);
0 commit comments