1010 */
1111class GravatarTest extends TestCase
1212{
13- /* ------------------------------------------------------------------------------------------------
13+ /* -----------------------------------------------------------------
1414 | Properties
15- | ------------------------------------------------------------------------------------------------
15+ | -----------------------------------------------------------------
1616 */
17+
1718 /** @var \Arcanedev\Gravatar\Gravatar */
1819 private $ gravatar ;
1920
20- /* ------------------------------------------------------------------------------------------------
21- | Main Functions
22- | ------------------------------------------------------------------------------------------------
21+ /* -----------------------------------------------------------------
22+ | Main Methods
23+ | -----------------------------------------------------------------
2324 */
25+
2426 public function setUp ()
2527 {
2628 parent ::setUp ();
@@ -35,10 +37,11 @@ public function tearDown()
3537 parent ::tearDown ();
3638 }
3739
38- /* ------------------------------------------------------------------------------------------------
39- | Test Functions
40- | ------------------------------------------------------------------------------------------------
40+ /* -----------------------------------------------------------------
41+ | Tests
42+ | -----------------------------------------------------------------
4143 */
44+
4245 /** @test */
4346 public function it_can_be_instantiated ()
4447 {
@@ -278,10 +281,11 @@ public function it_can_set_size_from_height_or_width_attributes()
278281 $ this ->assertSame (256 , $ this ->gravatar ->getSize ());
279282 }
280283
281- /* ------------------------------------------------------------------------------------------------
282- | Other Functions
283- | ------------------------------------------------------------------------------------------------
284+ /* -----------------------------------------------------------------
285+ | Other Methods
286+ | -----------------------------------------------------------------
284287 */
288+
285289 /**
286290 * Assert the gravatar instance.
287291 *
0 commit comments