PHPUnit\Framework
Namespaces
Classes
Base class for all PHPUnit Framework exceptions.
Exception for expectations which failed their check.
Interfaces
Functions
Returns a matcher that matches when the method is executed zero or more times.
Asserts that an array has a specified key.
Asserts that two arrays are equal while ignoring a list of keys.
Asserts that two arrays are equal while only considering a list of keys.
Asserts that two arrays are equal while ignoring a list of keys.
Asserts that two arrays are identical while only considering a list of keys.
Asserts that an array does not have a specified key.
Asserts that a haystack contains a needle.
No description
Asserts that a haystack does not contain only values of type array.
Asserts that a haystack does not contain only values of type bool.
Asserts that a haystack does not contain only values of type callable.
Asserts that a haystack does not contain only values of type closed resource.
Asserts that a haystack does not contain only values of type float.
Asserts that a haystack does not contain only instances of a specified interface or class name.
Asserts that a haystack does not contain only values of type int.
Asserts that a haystack does not contain only values of type iterable.
Asserts that a haystack does not contain only values of type null.
Asserts that a haystack does not contain only values of type numeric.
Asserts that a haystack does not contain only values of type object.
Asserts that a haystack does not contain only values of type resource.
Asserts that a haystack does not contain only values of type scalar.
Asserts that a haystack does not contain only values of type string.
Asserts that a haystack contains only values of type array.
Asserts that a haystack contains only values of type bool.
Asserts that a haystack contains only values of type callable.
Asserts that a haystack contains only values of type closed resource.
Asserts that a haystack contains only values of type float.
Asserts that a haystack contains only instances of a specified interface or class name.
Asserts that a haystack contains only values of type int.
Asserts that a haystack contains only values of type iterable.
Asserts that a haystack contains only values of type null.
Asserts that a haystack contains only values of type numeric.
Asserts that a haystack contains only values of type object.
Asserts that a haystack contains only values of type resource.
Asserts that a haystack contains only values of type scalar.
Asserts that a haystack contains only values of type string.
Asserts the number of elements of an array, Countable or Traversable.
Asserts that a directory does not exist.
Asserts that a directory exists.
Asserts that a directory exists and is not readable.
Asserts that a directory exists and is not writable.
Asserts that a directory exists and is readable.
Asserts that a directory exists and is writable.
Asserts that a string does not match a given regular expression.
Asserts that a variable is empty.
Asserts that two variables are equal.
Asserts that two variables are equal (canonicalizing).
Asserts that two variables are equal (ignoring case).
Asserts that two variables are equal (with delta).
Asserts that a condition is false.
Asserts that a file does not exist.
Asserts that the contents of one file is equal to the contents of another file.
Asserts that the contents of one file is equal to the contents of another file (canonicalizing).
Asserts that the contents of one file is equal to the contents of another file (ignoring case).
Asserts that a file exists.
Asserts that a file exists and is not readable.
Asserts that a file exists and is not writable.
Asserts that a file exists and is readable.
Asserts that a file exists and is writable.
Asserts that a string matches a given format string.
Asserts that a string matches a given format string.
Asserts that the contents of one file is not equal to the contents of another file.
Asserts that the contents of one file is not equal to the contents of another file (canonicalizing).
Asserts that the contents of one file is not equal to the contents of another file (ignoring case).
Asserts that a variable is finite.
Asserts that a value is greater than another value.
Asserts that a value is greater than or equal to another value.
Asserts that a variable is infinite.
Asserts that a variable is of a given type.
Asserts that a variable is of type array.
Asserts that a variable is of type bool.
Asserts that a variable is of type callable.
Asserts that a variable is of type resource and is closed.
Asserts that a variable is of type float.
Asserts that a variable is of type int.
Asserts that a variable is of type iterable.
Asserts that a variable is not of type array.
Asserts that a variable is not of type bool.
Asserts that a variable is not of type callable.
Asserts that a variable is not of type resource.
Asserts that a variable is not of type float.
Asserts that a variable is not of type int.
Asserts that a variable is not of type iterable.
Asserts that a variable is not of type numeric.
Asserts that a variable is not of type object.
Asserts that a file/dir exists and is not readable.
Asserts that a variable is not of type resource.
Asserts that a variable is not of type scalar.
Asserts that a variable is not of type string.
Asserts that a file/dir exists and is not writable.
Asserts that a variable is of type numeric.
Asserts that a variable is of type object.
Asserts that a file/dir is readable.
Asserts that a variable is of type resource.
Asserts that a variable is of type scalar.
Asserts that a variable is of type string.
Asserts that a file/dir exists and is writable.
Asserts that a string is a valid JSON string.
Asserts that two JSON files are equal.
Asserts that two JSON files are not equal.
Asserts that the generated JSON encoded object and the content of the given file are equal.
Asserts that two given JSON encoded objects or arrays are equal.
Asserts that the generated JSON encoded object and the content of the given file are not equal.
Asserts that two given JSON encoded objects or arrays are not equal.
Asserts that a value is smaller than another value.
Asserts that a value is smaller than or equal to another value.
Asserts that a string matches a given regular expression.
Asserts that a haystack does not contain a needle.
No description
Asserts the number of elements of an array, Countable or Traversable.
Asserts that a variable is not empty.
Asserts that two variables are not equal.
Asserts that two variables are not equal (canonicalizing).
Asserts that two variables are not equal (ignoring case).
Asserts that two variables are not equal (with delta).
Asserts that a condition is not false.
Asserts that a variable is not of a given type.
Asserts that a variable is not null.
Asserts that two variables do not have the same type and value.
Asserts that a condition is not true.
No description
Asserts that an object has a specified property.
No description
Asserts that an object does not have a specified property.
Asserts that two variables have the same type and value.
No description
No description
No description
Asserts that a string ends not with a given suffix.
Asserts that a string ends with a given suffix.
Asserts that the contents of a string is equal to the contents of a file.
Asserts that the contents of a string is equal to the contents of a file (canonicalizing).
Asserts that the contents of a string is equal to the contents of a file (ignoring case).
Asserts that two strings are equal except for line endings.
Asserts that a string matches a given format string.
Asserts that a string matches a given format file.
No description
No description
Asserts that the contents of a string is not equal to the contents of a file.
Asserts that the contents of a string is not equal to the contents of a file (canonicalizing).
Asserts that the contents of a string is not equal to the contents of a file (ignoring case).
Asserts that a string starts not with a given prefix.
Asserts that a string starts with a given prefix.
Evaluates a PHPUnit\Framework\Constraint matcher object.
Asserts that a condition is true.
Asserts that two XML files are equal.
Asserts that two XML files are not equal.
Asserts that two XML documents are equal.
Asserts that two XML documents are equal.
Asserts that two XML documents are not equal.
Asserts that two XML documents are not equal.
Returns a matcher that matches when the method is executed at least N times.
Returns a matcher that matches when the method is executed at least once.
Returns a matcher that matches when the method is executed at most N times.
Returns a matcher that matches when the method is executed exactly $count times.
Returns a matcher that matches when the method is executed exactly once.
No description