Home
last modified time | relevance | path

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

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