Skip to content

Commit fb8532f

Browse files
committed
Avoid Psalm warning
Signed-off-by: Duncan Cameron <3147688+bramley@users.noreply.github.com>
1 parent 3878490 commit fb8532f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Reader/Entry/AtomStandaloneEntryTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ public function testGetsContentFromAtom10XhtmlNamespacedNoEncoding(): void
259259
$entry = Reader\Reader::importString(
260260
file_get_contents($this->feedSamplePath . '/content/atom10_XhtmlNoEncoding.xml')
261261
);
262+
$this->assertInstanceOf(Atom::class, $entry);
262263
$this->assertEquals('<p class="x:"><em>Entry Content &amp;x:</em></p>', $entry->getContent());
263264
}
264265

0 commit comments

Comments
 (0)