diff --git a/tests/php/Control/HTTPTest.php b/tests/php/Control/HTTPTest.php index 70cd7c974..90693e45e 100644 --- a/tests/php/Control/HTTPTest.php +++ b/tests/php/Control/HTTPTest.php @@ -219,7 +219,7 @@ class HTTPTest extends FunctionalTest sort($result); sort($expected); - $this->assertTrue(is_array($result)); + $this->assertInternalType('array', $result); $this->assertEquals($expected, $result, 'Test that all links within the content are found.'); }