Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php250 public static function assertContainsOnly($type, $haystack, $isNativeType = null, $message = '') function in PHPUnit_Framework_Assert
313 static::assertContainsOnly(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php530 function assertContainsOnly($type, $haystack, $isNativeType = null, $message = '') function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php540 $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']);