Searched refs:assertAttributeInstanceOf (Results 1 – 5 of 5) sorted by relevance
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/ |
H A D | CodeCoverageTest.php | 37 $this->assertAttributeInstanceOf( 43 $this->assertAttributeInstanceOf( 59 $this->assertAttributeInstanceOf( 74 $this->assertAttributeInstanceOf( 80 $this->assertAttributeInstanceOf( 96 $this->assertAttributeInstanceOf(
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/ |
H A D | Functions.php | 230 function assertAttributeInstanceOf($expected, $attributeName, $classOrObject, $message = '') function
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | Assert.php | 1469 …public static function assertAttributeInstanceOf($expected, $attributeName, $classOrObject, $messa… function in PHPUnit_Framework_Assert
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
H A D | AssertTest.php | 3597 $this->assertAttributeInstanceOf('stdClass', 'a', $o);
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/ |
H A D | BaseSerializationTest.php | 1472 … self::assertAttributeInstanceOf('JMS\Serializer\Tests\Fixtures\Price', 'cost', $deseralizedOrder);
|