Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#836 from Maks3w/hotfix…
Browse files Browse the repository at this point in the history
…/ZF2-176

[ZF2-176] Replace all assertType assertions.
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/PubSubHubbub/PubSubHubbubTest.php
Expand Up @@ -44,7 +44,7 @@ public function teardown()
public function testCanSetCustomHttpClient()
{
PubSubHubbub\PubSubHubbub::setHttpClient(new Pubsub());
$this->assertType('ZendTest\Feed\PubSubHubbub\Pubsub', PubSubHubbub\PubSubHubbub::getHttpClient());
$this->assertInstanceOf('ZendTest\Feed\PubSubHubbub\Pubsub', PubSubHubbub\PubSubHubbub::getHttpClient());
}

public function testCanDetectHubs()
Expand Down

0 comments on commit c0425c2

Please sign in to comment.