From ffda41116c7f5e31791d1878004a8714ba15f668 Mon Sep 17 00:00:00 2001 From: Kevin Hill Date: Tue, 14 Mar 2017 09:34:30 -0700 Subject: [PATCH] updating test to verify CDN link --- tests/FontAwesomeTest.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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(); }