Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
assertArrayHasKey drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an array has a specified key.
assertArrayNotHasKey drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an array does not have a specified key.
assertAttributeContains drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a haystack that is stored in a static attribute of a class or an attribute of an object contains a needle.
assertAttributeContainsOnly drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.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.
assertAttributeCount drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts the number of elements of an array, Countable or Iterator that is stored in an attribute.
assertAttributeEmpty drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a static attribute of a class or an attribute of an object is empty.
assertAttributeEquals drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a variable is equal to an attribute of an object.
assertAttributeGreaterThan drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an attribute is greater than another value.
assertAttributeGreaterThanOrEqual drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an attribute is greater than or equal to another value.
assertAttributeInstanceOf drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an attribute is of a given type.
assertAttributeInternalType drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an attribute is of a given type.
assertAttributeLessThan drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an attribute is smaller than another value.
assertAttributeLessThanOrEqual drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an attribute is smaller than or equal to another value.
assertAttributeNotContains drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.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.
assertAttributeNotContainsOnly drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.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.
assertAttributeNotCount drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts the number of elements of an array, Countable or Iterator that is stored in an attribute.
assertAttributeNotEmpty drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a static attribute of a class or an attribute of an object is not empty.
assertAttributeNotEquals drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a variable is not equal to an attribute of an object.
assertAttributeNotInstanceOf drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an attribute is of a given type.
assertAttributeNotInternalType drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an attribute is of a given type.
assertAttributeNotSame drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a variable and an attribute of an object do not have the same type and value.
assertAttributeSame drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a variable and an attribute of an object have the same type and value.
assertClassHasAttribute drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a class has a specified attribute.
assertClassHasStaticAttribute drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a class has a specified static attribute.
assertClassNotHasAttribute drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a class does not have a specified attribute.
assertClassNotHasStaticAttribute drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a class does not have a specified static attribute.
assertContains drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a haystack contains a needle.
assertContainsOnly drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a haystack contains only values of a given type.
assertContainsOnlyInstancesOf drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a haystack contains only instances of a given classname
assertCount drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts the number of elements of an array, Countable or Iterator.
assertEmpty drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a variable is empty.
assertEquals drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that two variables are equal.
assertEqualXMLStructure drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a hierarchy of DOMElements matches.
assertFalse drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a condition is false. 1
assertFileEquals drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that the contents of one file is equal to the contents of another file.
assertFileExists drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a file exists.
assertFileNotEquals drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that the contents of one file is not equal to the contents of another file.
assertFileNotExists drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a file does not exist.
assertGreaterThan drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a value is greater than another value.
assertGreaterThanOrEqual drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a value is greater than or equal to another value.
assertInstanceOf drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a variable is of a given type.
assertInternalType drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a variable is of a given type.
assertJson drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a string is a valid JSON string.
assertJsonFileEqualsJsonFile drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that two JSON files are equal.
assertJsonFileNotEqualsJsonFile drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that two JSON files are not equal.
assertJsonStringEqualsJsonFile drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that the generated JSON encoded object and the content of the given file are equal.
assertJsonStringEqualsJsonString drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that two given JSON encoded objects or arrays are equal.
assertJsonStringNotEqualsJsonFile drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that the generated JSON encoded object and the content of the given file are not equal.
assertJsonStringNotEqualsJsonString drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that two given JSON encoded objects or arrays are not equal.
assertLessThan drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a value is smaller than another value.

Pages

Other projects