We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3878490 commit fb8532fCopy full SHA for fb8532f
test/Reader/Entry/AtomStandaloneEntryTest.php
@@ -259,6 +259,7 @@ public function testGetsContentFromAtom10XhtmlNamespacedNoEncoding(): void
259
$entry = Reader\Reader::importString(
260
file_get_contents($this->feedSamplePath . '/content/atom10_XhtmlNoEncoding.xml')
261
);
262
+ $this->assertInstanceOf(Atom::class, $entry);
263
$this->assertEquals('<p class="x:"><em>Entry Content &x:</em></p>', $entry->getContent());
264
}
265
0 commit comments