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 1df3648 commit ac7592eCopy full SHA for ac7592e
tests/PagePropertyTest.php
@@ -108,7 +108,7 @@ public function it_checks_if_specific_page_property_is_a_valid_text_property()
108
$this->assertInstanceOf(RichText::class, $text->getRichText());
109
$this->assertInstanceOf(RichText::class, $text->getContent());
110
$this->assertSame("this is a nice Text :-)", $text->getRichText()->getPlainText());
111
- $this->assertCount(2, $text->getRichText()->getRaw());
+ $this->assertCount(2, $text->getRichText()->getRawResponse());
112
}
113
114
0 commit comments