forked from henrikbjorn/GravatarBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add whitespace to a test to test that whitespace is trimmed\
- Loading branch information
1 parent
a9eb3f8
commit 82c27e7
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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() | ||
|