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 113d86b commit d3fb4d8Copy full SHA for d3fb4d8
1 file changed
tests/Sabre/CalDAV/Issue1000Test.php
@@ -94,6 +94,6 @@ public function testIssue211()
94
$response = $this->request($request);
95
96
self::assertTrue(strpos($response->getBodyAsString(), 'event2.ics') > 0);
97
- self::assertTrue(strpos($response->getBodyAsString(), 'event1.ics') === false);
+ self::assertTrue(false === strpos($response->getBodyAsString(), 'event1.ics'));
98
}
99
0 commit comments