Home
last modified time | relevance | path

Searched refs:assertAttributeInstanceOf (Results 1 – 5 of 5) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
DCodeCoverageTest.php37 $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/
DFunctions.php230 function assertAttributeInstanceOf($expected, $attributeName, $classOrObject, $message = '') function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DAssert.php1469 …public static function assertAttributeInstanceOf($expected, $attributeName, $classOrObject, $messa… function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
DAssertTest.php3597 $this->assertAttributeInstanceOf('stdClass', 'a', $o);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
DBaseSerializationTest.php1472 … self::assertAttributeInstanceOf('JMS\Serializer\Tests\Fixtures\Price', 'cost', $deseralizedOrder);