You are here

27 calls to PHPUnit_Framework_Assert::readAttribute() in Zircon Profile 8

Framework_AssertTest::testReadAttribute in vendor/phpunit/phpunit/tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::readAttribute @covers PHPUnit_Framework_Assert::getStaticAttribute @covers PHPUnit_Framework_Assert::getObjectAttribute
Framework_AssertTest::testReadAttribute2 in vendor/phpunit/phpunit/tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::readAttribute @covers PHPUnit_Framework_Assert::getStaticAttribute @covers PHPUnit_Framework_Assert::getObjectAttribute
Framework_AssertTest::testReadAttribute3 in vendor/phpunit/phpunit/tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::readAttribute @covers PHPUnit_Framework_Assert::getStaticAttribute @covers PHPUnit_Framework_Assert::getObjectAttribute @expectedException PHPUnit_Framework_Exception
Framework_AssertTest::testReadAttribute4 in vendor/phpunit/phpunit/tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::readAttribute @covers PHPUnit_Framework_Assert::getStaticAttribute @covers PHPUnit_Framework_Assert::getObjectAttribute @expectedException PHPUnit_Framework_Exception
Framework_AssertTest::testReadAttribute5 in vendor/phpunit/phpunit/tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::readAttribute @covers PHPUnit_Framework_Assert::getStaticAttribute @covers PHPUnit_Framework_Assert::getObjectAttribute @expectedException PHPUnit_Framework_Exception
Framework_AssertTest::testReadAttributeIfAttributeNameIsNotValid in vendor/phpunit/phpunit/tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::readAttribute @covers PHPUnit_Framework_Assert::getStaticAttribute @covers PHPUnit_Framework_Assert::getObjectAttribute @expectedException PHPUnit_Framework_Exception
PHPUnit_Framework_Assert::assertAttributeContains in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that a haystack that is stored in a static attribute of a class or an attribute of an object contains a needle.
PHPUnit_Framework_Assert::assertAttributeContainsOnly in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that a haystack that is stored in a static attribute of a class or an attribute of an object contains only values of a given type.
PHPUnit_Framework_Assert::assertAttributeCount in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts the number of elements of an array, Countable or Traversable that is stored in an attribute.
PHPUnit_Framework_Assert::assertAttributeEmpty in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that a static attribute of a class or an attribute of an object is empty.
PHPUnit_Framework_Assert::assertAttributeEquals in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that a variable is equal to an attribute of an object.
PHPUnit_Framework_Assert::assertAttributeGreaterThan in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that an attribute is greater than another value.
PHPUnit_Framework_Assert::assertAttributeGreaterThanOrEqual in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that an attribute is greater than or equal to another value.
PHPUnit_Framework_Assert::assertAttributeInstanceOf in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that an attribute is of a given type.
PHPUnit_Framework_Assert::assertAttributeInternalType in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that an attribute is of a given type.
PHPUnit_Framework_Assert::assertAttributeLessThan in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that an attribute is smaller than another value.
PHPUnit_Framework_Assert::assertAttributeLessThanOrEqual in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that an attribute is smaller than or equal to another value.
PHPUnit_Framework_Assert::assertAttributeNotContains in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that a haystack that is stored in a static attribute of a class or an attribute of an object does not contain a needle.
PHPUnit_Framework_Assert::assertAttributeNotContainsOnly in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that a haystack that is stored in a static attribute of a class or an attribute of an object does not contain only values of a given type.
PHPUnit_Framework_Assert::assertAttributeNotCount in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts the number of elements of an array, Countable or Traversable that is stored in an attribute.
PHPUnit_Framework_Assert::assertAttributeNotEmpty in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that a static attribute of a class or an attribute of an object is not empty.
PHPUnit_Framework_Assert::assertAttributeNotEquals in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that a variable is not equal to an attribute of an object.
PHPUnit_Framework_Assert::assertAttributeNotInstanceOf in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that an attribute is of a given type.
PHPUnit_Framework_Assert::assertAttributeNotInternalType in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that an attribute is of a given type.
PHPUnit_Framework_Assert::assertAttributeNotSame in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that a variable and an attribute of an object do not have the same type and value.
PHPUnit_Framework_Assert::assertAttributeSame in vendor/phpunit/phpunit/src/Framework/Assert.php
Asserts that a variable and an attribute of an object have the same type and value.
PHPUnit_Framework_Constraint_Attribute::evaluate in vendor/phpunit/phpunit/src/Framework/Constraint/Attribute.php
Evaluates the constraint for parameter $other