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 e57fc7a + 207f925 commit 6016f47Copy full SHA for 6016f47
test/Unit/Api/ClientTest.php
@@ -239,7 +239,7 @@ public function testGetTimeReturnsTheExpectedTime()
239
->with($this->basePath . '/time', false)
240
->will($this->returnValue((object)array('time' => $now->format('U'))));
241
242
- $this->assertEquals($now, Client::getTime());
+ $this->assertEquals($now->format('U'), Client::getTime()->format('U'));
243
}
244
245
public function testGetStoreReturnsTheResultBodyDirectly()
0 commit comments