Searched refs:assertSameSize (Results 1 – 3 of 3) sorted by relevance
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
H A D | AssertTest.php | 3376 $this->assertSameSize([1, 2], [3, 4]); 3379 $this->assertSameSize([1, 2], [1, 2, 3]); 3390 $this->assertSameSize('a', []); 3403 $this->assertSameSize([], '');
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/ |
H A D | Functions.php | 1227 function assertSameSize($expected, $actual, $message = '') function
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | Assert.php | 1643 public static function assertSameSize($expected, $actual, $message = '') function in PHPUnit_Framework_Assert
|