mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Improve assertion type
This commit is contained in:
parent
90e74a608e
commit
7a18cd98e0
@ -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.');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user