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 5044b65 commit 3e259efCopy full SHA for 3e259ef
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