mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-18 05:43:15 +03:00
Adapt tests for new version of PHPUnit
This commit is contained in:
parent
de8b1b175a
commit
1eab2cf3be
@ -119,13 +119,13 @@ JSON;
|
||||
$this->assertEquals('http://example.com/open_1', $model->getOpenUrl());
|
||||
$this->assertEquals('http://example.com/spam_1', $model->getSpamUrl());
|
||||
$this->assertEquals('http://example.com/unsubscribe_1', $model->getUnsubscribeUrl());
|
||||
$this->assertInternalType('array', $model->getClickedUrls());
|
||||
$this->assertInternalType('array', $model->getComplainedUrls());
|
||||
$this->assertInternalType('array', $model->getDeliveredUrls());
|
||||
$this->assertInternalType('array', $model->getOpenedUrls());
|
||||
$this->assertInternalType('array', $model->getPermanentFailUrls());
|
||||
$this->assertInternalType('array', $model->getTemporaryFailUrls());
|
||||
$this->assertInternalType('array', $model->getUnsubscribeUrls());
|
||||
$this->assertIsArray($model->getClickedUrls());
|
||||
$this->assertIsArray($model->getComplainedUrls());
|
||||
$this->assertIsArray($model->getDeliveredUrls());
|
||||
$this->assertIsArray($model->getOpenedUrls());
|
||||
$this->assertIsArray($model->getPermanentFailUrls());
|
||||
$this->assertIsArray($model->getTemporaryFailUrls());
|
||||
$this->assertIsArray($model->getUnsubscribeUrls());
|
||||
$this->assertCount(0, $model->getClickedUrls());
|
||||
$this->assertCount(0, $model->getComplainedUrls());
|
||||
$this->assertCount(0, $model->getDeliveredUrls());
|
||||
|
Loading…
x
Reference in New Issue
Block a user