Postmark\Tests\PostmarkClientBounceTest::testClientCanGetBounces PHP 메소드

testClientCanGetBounces() 공개 메소드

    function testClientCanGetBounces()
    {
        $tk = parent::$testKeys;
        $client = new PostmarkClient($tk->READ_SELENIUM_TEST_SERVER_TOKEN, $tk->TEST_TIMEOUT);
        $bounces = $client->getBounces(10, 0);
        $this->assertNotEmpty($bounces);
    }