We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4d60b commit df7062eCopy full SHA for df7062e
tests/OrgManagerTest.php
@@ -43,6 +43,6 @@ public function you_can_set_client()
43
$this->assertInstanceOf(Client::class, $newClient);
44
$this->assertNotEquals($this->orgmanager->getClient(), $newClient);
45
$this->orgmanager->setClient($newClient);
46
- $this->assertEquals($newClient, $this->orgmanager->client);
+ $this->assertEquals($newClient, $this->orgmanager->getClient());
47
}
48
0 commit comments