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

Commit

Permalink
Merge branch 'master' into hotfix/ZF-3821
Browse files Browse the repository at this point in the history
Conflicts:
	tests/Zend/InfoCard/XmlParsingTest.php
  • Loading branch information
Pádraic Brady committed Aug 26, 2011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/PubSubHubbub/Model/SubscriptionTest.php
Expand Up @@ -48,7 +48,7 @@ public function testAllOperations()

$this->assertTrue($subscription->hasSubscription($id));
$dataSubscription = $subscription->getSubscription($id);
$this->assertType('array', $dataSubscription);
$this->assertInternalType('array', $dataSubscription);
$keys = array('id', 'topic_url', 'hub_url',
'created_time', 'lease_seconds',
'verify_token', 'secret',
Expand Down

0 comments on commit 986898b

Please sign in to comment.