Searched refs:assertContainsOnly (Results 1 – 3 of 3) sorted by relevance
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
H A D | AssertTest.php | 540 $this->assertContainsOnly(null, null); 561 $this->assertContainsOnly('integer', [1, 2, 3]); 564 $this->assertContainsOnly('integer', ['1', 2, 3]); 587 $this->assertContainsOnly('StdClass', [new stdClass]); 590 $this->assertContainsOnly('StdClass', ['StdClass']);
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/ |
H A D | Functions.php | 530 function assertContainsOnly($type, $haystack, $isNativeType = null, $message = '') function
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | Assert.php | 250 public static function assertContainsOnly($type, $haystack, $isNativeType = null, $message = '') function in PHPUnit_Framework_Assert 313 static::assertContainsOnly(
|