Home
last modified time | relevance | path

Searched refs:assertSameSize (Results 1 – 3 of 3) sorted by path

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1643 public static function assertSameSize($expected, $actual, $message = '') function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1227 function assertSameSize($expected, $actual, $message = '') function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php3376 $this->assertSameSize([1, 2], [3, 4]);
3379 $this->assertSameSize([1, 2], [1, 2, 3]);
3390 $this->assertSameSize('a', []);
3403 $this->assertSameSize([], '');