Home
last modified time | relevance | path

Searched refs:assertNotSameSize (Results 1 – 3 of 3) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1672 public static function assertNotSameSize($expected, $actual, $message = '') function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php3415 $this->assertNotSameSize([1, 2], [1, 2, 3]);
3418 $this->assertNotSameSize([1, 2], [3, 4]);
3431 $this->assertNotSameSize('a', []);
3439 $this->assertNotSameSize([], '');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1135 function assertNotSameSize($expected, $actual, $message = '') function