classHasAttribute |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Returns a PHPUnit_Framework_Constraint_ClassHasAttribute matcher object. |
objectHasAttribute |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Returns a PHPUnit_Framework_Constraint_ObjectHasAttribute matcher object. |
ClassHasAttribute.php |
file |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/ClassHasAttribute.php |
|
ObjectHasAttribute.php |
file |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/ObjectHasAttribute.php |
|
Twig_Node::hasAttribute |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node.php |
Returns true if the attribute is defined. |
assertClassHasAttribute |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Asserts that a class has a specified attribute. |
assertObjectHasAttribute |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Asserts that an object has a specified attribute. |
assertClassNotHasAttribute |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Asserts that a class does not have a specified attribute. |
assertObjectNotHasAttribute |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Asserts that an object does not have a specified attribute. |
AcceptHeaderItem::hasAttribute |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/AcceptHeaderItem.php |
Tests if an attribute exists. |
DumperCollection::hasAttribute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/DumperCollection.php |
Returns true if the attribute is defined. |
PHPUnit_Framework_Assert::classHasAttribute |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Returns a PHPUnit_Framework_Constraint_ClassHasAttribute matcher object. |
PHPUnit_Framework_Assert::objectHasAttribute |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Returns a PHPUnit_Framework_Constraint_ObjectHasAttribute matcher object. |
PHPUnit_Framework_Constraint_ClassHasAttribute |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/ClassHasAttribute.php |
Constraint that asserts that the class it is evaluated for has a given
attribute. |
PHPUnit_Framework_Constraint_ObjectHasAttribute |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/ObjectHasAttribute.php |
Constraint that asserts that the object it is evaluated for has a given
attribute. |
PHPUnit_Framework_Assert::assertClassHasAttribute |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Asserts that a class has a specified attribute. |
Framework_AssertTest::testAssertObjectHasAttribute |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertObjectHasAttribute |
PHPUnit_Framework_Assert::assertObjectHasAttribute |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Asserts that an object has a specified attribute. |
PHPUnit_Framework_Assert::assertClassNotHasAttribute |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Asserts that a class does not have a specified attribute. |
Framework_AssertTest::testAssertObjectNotHasAttribute |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertObjectNotHasAttribute |
Framework_AssertTest::testAssertThatClassHasAttribute |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertThat
@covers PHPUnit_Framework_Assert::classHasAttribute |
PHPUnit_Framework_Assert::assertObjectNotHasAttribute |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Asserts that an object does not have a specified attribute. |
Framework_AssertTest::testAssertThatObjectHasAttribute |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertThat
@covers PHPUnit_Framework_Assert::objectHasAttribute |
PHPUnit_Framework_Constraint_ClassHasAttribute::matches |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/ClassHasAttribute.php |
Evaluates the constraint for parameter $other. Returns TRUE if the
constraint is met, FALSE otherwise. |
PHPUnit_Framework_Constraint_ObjectHasAttribute::matches |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/ObjectHasAttribute.php |
Evaluates the constraint for parameter $other. Returns TRUE if the
constraint is met, FALSE otherwise. |
PHPUnit_Framework_Constraint_ClassHasAttribute::toString |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/ClassHasAttribute.php |
Returns a string representation of the constraint. |
Framework_ConstraintTest::testConstraintClassHasAttribute |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_ClassHasAttribute
@covers PHPUnit_Framework_Assert::classHasAttribute
@covers PHPUnit_Framework_Constraint::count
@covers PHPUnit_Framework_TestFailure::exceptionToString |
Framework_ConstraintTest::testConstraintClassHasAttribute2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_ClassHasAttribute
@covers PHPUnit_Framework_Assert::classHasAttribute
@covers PHPUnit_Framework_TestFailure::exceptionToString |
Framework_ConstraintTest::testConstraintObjectHasAttribute |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_ObjectHasAttribute
@covers PHPUnit_Framework_Assert::objectHasAttribute
@covers PHPUnit_Framework_Constraint::count
@covers PHPUnit_Framework_TestFailure::exceptionToString |
Framework_ConstraintTest::testConstraintObjectHasAttribute2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_ObjectHasAttribute
@covers PHPUnit_Framework_Assert::objectHasAttribute
@covers PHPUnit_Framework_TestFailure::exceptionToString |
PHPUnit_Framework_Constraint_ClassHasAttribute::__construct |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/ClassHasAttribute.php |
|
Framework_ConstraintTest::testConstraintClassNotHasAttribute |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_ClassHasAttribute
@covers PHPUnit_Framework_Constraint_Not
@covers PHPUnit_Framework_Assert::classHasAttribute
@covers PHPUnit_Framework_Assert::logicalNot
@covers PHPUnit_Framework_TestFailure::exceptionToString |
Framework_ConstraintTest::testConstraintClassNotHasAttribute2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_ClassHasAttribute
@covers PHPUnit_Framework_Constraint_Not
@covers PHPUnit_Framework_Assert::classHasAttribute
@covers PHPUnit_Framework_Assert::logicalNot
@covers PHPUnit_Framework_TestFailure::exceptionToString |
Framework_ConstraintTest::testConstraintObjectNotHasAttribute |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_ObjectHasAttribute
@covers PHPUnit_Framework_Constraint_Not
@covers PHPUnit_Framework_Assert::objectHasAttribute
@covers PHPUnit_Framework_Assert::logicalNot
@covers PHPUnit_Framework_TestFailure::exceptionToString |
Framework_ConstraintTest::testConstraintObjectNotHasAttribute2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/ConstraintTest.php |
@covers PHPUnit_Framework_Constraint_ObjectHasAttribute
@covers PHPUnit_Framework_Constraint_Not
@covers PHPUnit_Framework_Assert::objectHasAttribute
@covers PHPUnit_Framework_Assert::logicalNot
@covers PHPUnit_Framework_TestFailure::exceptionToString |
PHPUnit_Framework_Constraint_ClassHasAttribute::$attributeName |
property |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/ClassHasAttribute.php |
|
Framework_AssertTest::testAssertClassHasAttributeThrowsException |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertClassHasAttribute
@expectedException PHPUnit_Framework_Exception |
Framework_AssertTest::testAssertClassHasAttributeThrowsException2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertClassHasAttribute
@expectedException PHPUnit_Framework_Exception |
Framework_AssertTest::testAssertObjectHasAttributeThrowsException |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertObjectHasAttribute
@expectedException PHPUnit_Framework_Exception |
Framework_AssertTest::testAssertObjectHasAttributeThrowsException2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertObjectHasAttribute
@expectedException PHPUnit_Framework_Exception |
PHPUnit_Framework_Constraint_ClassHasAttribute::failureDescription |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/ClassHasAttribute.php |
Returns the description of the failure |
Framework_AssertTest::testAssertClassNotHasAttributeThrowsException |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertClassNotHasAttribute
@expectedException PHPUnit_Framework_Exception |
Framework_AssertTest::testAssertClassNotHasAttributeThrowsException2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertClassNotHasAttribute
@expectedException PHPUnit_Framework_Exception |
Framework_AssertTest::testAssertObjectNotHasAttributeThrowsException |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertObjectNotHasAttribute
@expectedException PHPUnit_Framework_Exception |
Framework_AssertTest::testAssertObjectNotHasAttributeThrowsException2 |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Framework/AssertTest.php |
@covers PHPUnit_Framework_Assert::assertObjectNotHasAttribute
@expectedException PHPUnit_Framework_Exception |