Skip to content

Commit 5de6c34

Browse files
authored
Merge pull request #345 from localheinz/fix/same
Fix: Use assertSame()
2 parents 5044b65 + 3e259ef commit 5de6c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/ClientFactory/MockFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ public function testCreateClient()
2828

2929
$factory->setClient($client);
3030

31-
$this->assertEquals($client, $factory->createClient());
31+
$this->assertSame($client, $factory->createClient());
3232
}
3333
}

0 commit comments

Comments
 (0)