Functions

Primary tabs

Namesort ascending Location Description Direct uses Strings
assertInternalType drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a variable is of a given type.
assertInstanceOf drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a variable is of a given type.
assertGreaterThanOrEqual drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a value is greater than or equal to another value.
assertGreaterThan drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a value is greater than another value.
assertFileNotExists drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a file does not exist.
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.
assertFileExists drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a file exists.
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.
assertFalse drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a condition is false. 1
assertEqualXMLStructure drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a hierarchy of DOMElements matches.
assertEquals drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that two variables are equal.
assertEmpty drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a variable is empty.
assertCount drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts the number of elements of an array, Countable or Iterator.
assertContainsOnlyInstancesOf drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a haystack contains only instances of a given classname
assertContainsOnly drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a haystack contains only values of a given type.
assertContains drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a haystack contains a needle.
assertClassNotHasStaticAttribute drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a class does not have 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.
assertClassHasStaticAttribute drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a class has a specified static attribute.
assertClassHasAttribute drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a class has a specified attribute.
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.
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.
assertAttributeNotInternalType drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an attribute is of a given type.
assertAttributeNotInstanceOf drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an attribute is of a given type.
assertAttributeNotEquals drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a variable is not equal to an attribute of an object.
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.
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.
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.
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.
assertAttributeLessThanOrEqual drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an attribute is smaller than or equal to another value.
assertAttributeLessThan drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an attribute is smaller than another value.
assertAttributeInternalType drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an attribute is of a given type.
assertAttributeInstanceOf drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an attribute is of a given type.
assertAttributeGreaterThanOrEqual drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an attribute is greater than or equal to another value.
assertAttributeGreaterThan drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an attribute is greater than another value.
assertAttributeEquals drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that a variable is equal to an attribute of an object.
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.
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.
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.
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.
assertArrayNotHasKey drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an array does not have a specified key.
assertArrayHasKey drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Asserts that an array has a specified key.
arrayHasKey drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Returns a PHPUnit_Framework_Constraint_ArrayHasKey matcher object.
arg drupal/core/includes/bootstrap.inc Returns a component of the current Drupal path. 23 1
archiver_get_extensions drupal/core/includes/common.inc Returns a string of supported archive extensions. 3
archiver_get_archiver drupal/core/includes/common.inc Creates the appropriate archiver for the specified file. 1
anything drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Returns a PHPUnit_Framework_Constraint_IsAnything matcher object. 4
any drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php Returns a matcher that matches when the method it is evaluated for is executed zero or more times. 16
ajax_test_system_theme_info drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module Implements hook_system_theme_info().
ajax_test_render drupal/core/modules/system/tests/modules/ajax_test/ajax_test.module Menu callback: Returns an element suitable for use by ajax_render(). 1

Pages

Other projects