26 calls to PHPUnit_Framework_Assert::readAttribute()

Framework_AssertTest::testReadAttribute in drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::readAttribute
Framework_AssertTest::testReadAttribute2 in drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::readAttribute
Framework_AssertTest::testReadAttribute3 in drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::readAttribute @expectedException PHPUnit_Framework_Exception
Framework_AssertTest::testReadAttribute4 in drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::readAttribute @expectedException PHPUnit_Framework_Exception
Framework_AssertTest::testReadAttribute5 in drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php
@covers PHPUnit_Framework_Assert::readAttribute @expectedException PHPUnit_Framework_Exception
PHPUnit_Framework_Assert::assertAttributeContains in drupal/core/vendor/phpunit/phpunit/PHPUnit/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 drupal/core/vendor/phpunit/phpunit/PHPUnit/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 drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts the number of elements of an array, Countable or Iterator that is stored in an attribute.
PHPUnit_Framework_Assert::assertAttributeEmpty in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a static attribute of a class or an attribute of an object is empty.
PHPUnit_Framework_Assert::assertAttributeEquals in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a variable is equal to an attribute of an object.
PHPUnit_Framework_Assert::assertAttributeGreaterThan in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that an attribute is greater than another value.
PHPUnit_Framework_Assert::assertAttributeGreaterThanOrEqual in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that an attribute is greater than or equal to another value.
PHPUnit_Framework_Assert::assertAttributeInstanceOf in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that an attribute is of a given type.
PHPUnit_Framework_Assert::assertAttributeInternalType in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that an attribute is of a given type.
PHPUnit_Framework_Assert::assertAttributeLessThan in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that an attribute is smaller than another value.
PHPUnit_Framework_Assert::assertAttributeLessThanOrEqual in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that an attribute is smaller than or equal to another value.
PHPUnit_Framework_Assert::assertAttributeNotContains in drupal/core/vendor/phpunit/phpunit/PHPUnit/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 drupal/core/vendor/phpunit/phpunit/PHPUnit/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 drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts the number of elements of an array, Countable or Iterator that is stored in an attribute.
PHPUnit_Framework_Assert::assertAttributeNotEmpty in drupal/core/vendor/phpunit/phpunit/PHPUnit/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 drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that a variable is not equal to an attribute of an object.
PHPUnit_Framework_Assert::assertAttributeNotInstanceOf in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that an attribute is of a given type.
PHPUnit_Framework_Assert::assertAttributeNotInternalType in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php
Asserts that an attribute is of a given type.
PHPUnit_Framework_Assert::assertAttributeNotSame in drupal/core/vendor/phpunit/phpunit/PHPUnit/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 drupal/core/vendor/phpunit/phpunit/PHPUnit/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 drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Attribute.php
Evaluates the constraint for parameter $other