File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public function testGooseExtractsExpectedContent()
1212 $ provider = Provider::instance ('goose ' );
1313 $ content = $ provider ->extract ('http://www.espn.com/espn/wire/_/section/ncf/id/18398497 ' );
1414
15- $ this ->assertInstanceOf (' DayRev\Extractor\ Content' , $ content );
15+ $ this ->assertInstanceOf (Content::class , $ content );
1616 $ this ->assertEquals ($ this ->getExpectedGooseExtractedContent (), $ content );
1717 }
1818
@@ -21,7 +21,7 @@ public function testEmbedlyExtractsExpectedContent()
2121 $ provider = Provider::instance ('embedly ' , ['api_key ' => $ this ->config ['embedly_api_key ' ]]);
2222 $ content = $ provider ->extract ('http://www.espn.com/espn/wire/_/section/ncf/id/18398497 ' );
2323
24- $ this ->assertInstanceOf (' DayRev\Extractor\ Content' , $ content );
24+ $ this ->assertInstanceOf (Content::class , $ content );
2525 $ this ->assertEquals ($ this ->getExpectedEmbedlyExtractedContent (), $ content );
2626 }
2727
You can’t perform that action at this time.
0 commit comments