diff --git a/tests/php/ContentReviewReportTest.php b/tests/php/ContentReviewReportTest.php index 6d4a6b4..5179657 100644 --- a/tests/php/ContentReviewReportTest.php +++ b/tests/php/ContentReviewReportTest.php @@ -52,17 +52,13 @@ class ContentReviewReportTest extends FunctionalTest "ReviewDateBefore" => "2010-12-12", ]); - $this->assertListContains([ + $this->assertListEquals([ ['Title' => 'Contact Us Child'], ['Title' => 'Home'], ['Title' => 'About Us'], ['Title' => 'Staff'], ['Title' => 'Contact Us'], ], $results); - $this->assertListNotContains([ - ['Title' => 'Page without review date'], - ['Title' => 'Page owned by group'], - ], $results); DBDatetime::set_mock_now("2010-02-13 00:00:00");