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.
2 parents 5044b65 + 3e259ef commit 5de6c34Copy full SHA for 5de6c34
tests/Unit/ClientFactory/MockFactoryTest.php
@@ -28,6 +28,6 @@ public function testCreateClient()
28
29
$factory->setClient($client);
30
31
- $this->assertEquals($client, $factory->createClient());
+ $this->assertSame($client, $factory->createClient());
32
}
33
0 commit comments