JBZoo\PHPUnit\EmailTest::getGravatarUrlProvider PHP Method

getGravatarUrlProvider() public method

    public function getGravatarUrlProvider()
    {
        return array(0 => array(array('[email protected]', 32, null), 'http://www.gravatar.com/avatar/7c2cf316efa3b541b3ac76a950aea671/?s=32&d=identicon', 'https://secure.gravatar.com/avatar/7c2cf316efa3b541b3ac76a950aea671/?s=32&d=identicon'), 1 => array(array('[email protected]', 5000, null), 'http://www.gravatar.com/avatar/7c2cf316efa3b541b3ac76a950aea671/?s=2048&d=identicon', 'https://secure.gravatar.com/avatar/7c2cf316efa3b541b3ac76a950aea671/?s=2048&d=identicon'), 2 => array(array('[email protected]', 2047, 'monsterid'), 'http://www.gravatar.com/avatar/7c2cf316efa3b541b3ac76a950aea671/?s=2047&d=monsterid', 'https://secure.gravatar.com/avatar/7c2cf316efa3b541b3ac76a950aea671/?s=2047&d=monsterid'), 3 => array(array('[email protected]', -1, null), 'http://www.gravatar.com/avatar/7c2cf316efa3b541b3ac76a950aea671/?s=32&d=identicon', 'https://secure.gravatar.com/avatar/7c2cf316efa3b541b3ac76a950aea671/?s=32&d=identicon'), 4 => array(array('[email protected]', 8.1, 'https://example.com/images/avatar.jpg'), 'http://www.gravatar.com/avatar/7c2cf316efa3b541b3ac76a950aea671/?s=32&d=https%3A%2F%2Fexample.com%2Fimages%2Favatar.jpg', 'https://secure.gravatar.com/avatar/7c2cf316efa3b541b3ac76a950aea671/?s=32&d=https%3A%2F%2Fexample.com%2Fimages%2Favatar.jpg'), 5 => array(array('[email protected]', 15.5, null), 'http://www.gravatar.com/avatar/7c2cf316efa3b541b3ac76a950aea671/?s=32&d=identicon', 'https://secure.gravatar.com/avatar/7c2cf316efa3b541b3ac76a950aea671/?s=32&d=identicon'), 6 => array(array('[email protected]', " 9000 ", 'IDEnticon'), 'http://www.gravatar.com/avatar/7c2cf316efa3b541b3ac76a950aea671/?s=2048&d=identicon', 'https://secure.gravatar.com/avatar/7c2cf316efa3b541b3ac76a950aea671/?s=2048&d=identicon'), 7 => array(array('[email protected]', "9000", 'IDEnticon'), 'http://www.gravatar.com/avatar/f27f28ab2158cd2cccc78c364d6247fe/?s=2048&d=identicon', 'https://secure.gravatar.com/avatar/f27f28ab2158cd2cccc78c364d6247fe/?s=2048&d=identicon'));
    }