forked from LiveCarta/PayPal-PHP-SDK
Refactoring tests
This commit is contained in:
@@ -103,7 +103,7 @@ class WebhookFunctionalTest extends TestCase
|
||||
{
|
||||
$result = WebhookEventType::subscribedEventTypes($webhook->getId(), $this->apiContext, $this->mockPayPalRestCall);
|
||||
$this->assertNotNull($result);
|
||||
$this->assertEquals(2, sizeof($result->getEventTypes()));
|
||||
$this->assertCount(2, $result->getEventTypes());
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user