You are here

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

Framework_AssertTest::testGetStaticAttributeRaisesExceptionForInvalidFirstArgument in vendor/phpunit/phpunit/tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::getStaticAttribute @expectedException PHPUnit_Framework_Exception
Framework_AssertTest::testGetStaticAttributeRaisesExceptionForInvalidFirstArgument2 in vendor/phpunit/phpunit/tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::getStaticAttribute @expectedException PHPUnit_Framework_Exception
Framework_AssertTest::testGetStaticAttributeRaisesExceptionForInvalidSecondArgument in vendor/phpunit/phpunit/tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::getStaticAttribute @expectedException PHPUnit_Framework_Exception
Framework_AssertTest::testGetStaticAttributeRaisesExceptionForInvalidSecondArgument2 in vendor/phpunit/phpunit/tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::getStaticAttribute @expectedException PHPUnit_Framework_Exception
Framework_AssertTest::testGetStaticAttributeRaisesExceptionForInvalidSecondArgument3 in vendor/phpunit/phpunit/tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::getStaticAttribute @expectedException PHPUnit_Framework_Exception
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.