You are here

6 calls to PHPUnit_Framework_Assert::getObjectAttribute() in Zircon Profile 8

Framework_AssertTest::testGetObjectAttributeRaisesExceptionForInvalidFirstArgument in vendor/phpunit/phpunit/tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::getObjectAttribute @expectedException PHPUnit_Framework_Exception
Framework_AssertTest::testGetObjectAttributeRaisesExceptionForInvalidSecondArgument in vendor/phpunit/phpunit/tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::getObjectAttribute @expectedException PHPUnit_Framework_Exception
Framework_AssertTest::testGetObjectAttributeRaisesExceptionForInvalidSecondArgument2 in vendor/phpunit/phpunit/tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::getObjectAttribute @expectedException PHPUnit_Framework_Exception
Framework_AssertTest::testGetObjectAttributeRaisesExceptionForInvalidSecondArgument3 in vendor/phpunit/phpunit/tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::getObjectAttribute @expectedException PHPUnit_Framework_Exception
Framework_AssertTest::testGetObjectAttributeWorksForInheritedAttributes in vendor/phpunit/phpunit/tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::getObjectAttribute
PHPUnit_Framework_Assert::readAttribute in vendor/phpunit/phpunit/src/Framework/Assert.php
Returns the value of an attribute of a class or an object. This also works for attributes that are declared protected or private.