diff --git a/tests/FontAwesomeTest.php b/tests/FontAwesomeTest.php index 0c27f74..70babd0 100755 --- a/tests/FontAwesomeTest.php +++ b/tests/FontAwesomeTest.php @@ -38,10 +38,12 @@ public function testApplyingTransformationClassThatDoesntExistAsModifier() { echo $this->fa->upsideDown('twitter'); } - + public function testCdnLinkOutput() { - $this->expectOutputString(''); + $this->expectOutputString( + '' + ); echo FontAwesome::css(); }