Skip to content

Commit

Permalink
add whitespace to a test to test that whitespace is trimmed\
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikbjorn committed Mar 26, 2013
1 parent a9eb3f8 commit 82c27e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/GravatarApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class GravatarApiTest extends \PHPUnit_Framework_TestCase
public function testGravatarUrlWithDefaultOptions()
{
$api = new GravatarApi();
$this->assertEquals('http://www.gravatar.com/avatar/0aa61df8e35327ac3b3bc666525e0bee?s=80&r=g', $api->getUrl('[email protected]'));
$this->assertEquals('http://www.gravatar.com/avatar/0aa61df8e35327ac3b3bc666525e0bee?s=80&r=g', $api->getUrl('[email protected] '));
}

public function testGravatarSecureUrlWithDefaultOptions()
Expand Down

0 comments on commit 82c27e7

Please sign in to comment.