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 420c037 commit 85a8ff8Copy full SHA for 85a8ff8
tests/EndpointPagesTest.php
@@ -190,7 +190,6 @@ public function it_assembles_properties_for_a_new_page()
190
$this->assertArrayHasKey('end', $dateRangeContent['date']);
191
$this->assertEquals($dateRangeEndValue->format('Y-m-d'), $dateRangeContent['date']['end']);
192
193
-
194
// date range (with time)
195
$this->assertTrue(
196
$this->assertContainsInstanceOf(Date::class, $properties)
0 commit comments