Lggr
Static Public Member Functions | List of all members
PHPUnit\Framework\Assert Class Reference
Inheritance diagram for PHPUnit\Framework\Assert:
Inheritance graph
[legend]

Static Public Member Functions

static assertArrayHasKey ($key, $array, $message='')
 
static assertArraySubset ($subset, $array, $strict=false, $message='')
 
static assertArrayNotHasKey ($key, $array, $message='')
 
static assertContains ($needle, $haystack, $message='', $ignoreCase=false, $checkForObjectIdentity=true, $checkForNonObjectIdentity=false)
 
static assertAttributeContains ($needle, $haystackAttributeName, $haystackClassOrObject, $message='', $ignoreCase=false, $checkForObjectIdentity=true, $checkForNonObjectIdentity=false)
 
static assertNotContains ($needle, $haystack, $message='', $ignoreCase=false, $checkForObjectIdentity=true, $checkForNonObjectIdentity=false)
 
static assertAttributeNotContains ($needle, $haystackAttributeName, $haystackClassOrObject, $message='', $ignoreCase=false, $checkForObjectIdentity=true, $checkForNonObjectIdentity=false)
 
static assertContainsOnly ($type, $haystack, $isNativeType=null, $message='')
 
static assertContainsOnlyInstancesOf ($classname, $haystack, $message='')
 
static assertAttributeContainsOnly ($type, $haystackAttributeName, $haystackClassOrObject, $isNativeType=null, $message='')
 
static assertNotContainsOnly ($type, $haystack, $isNativeType=null, $message='')
 
static assertAttributeNotContainsOnly ($type, $haystackAttributeName, $haystackClassOrObject, $isNativeType=null, $message='')
 
static assertCount ($expectedCount, $haystack, $message='')
 
static assertAttributeCount ($expectedCount, $haystackAttributeName, $haystackClassOrObject, $message='')
 
static assertNotCount ($expectedCount, $haystack, $message='')
 
static assertAttributeNotCount ($expectedCount, $haystackAttributeName, $haystackClassOrObject, $message='')
 
static assertEquals ($expected, $actual, $message='', $delta=0.0, $maxDepth=10, $canonicalize=false, $ignoreCase=false)
 
static assertAttributeEquals ($expected, $actualAttributeName, $actualClassOrObject, $message='', $delta=0.0, $maxDepth=10, $canonicalize=false, $ignoreCase=false)
 
static assertNotEquals ($expected, $actual, $message='', $delta=0.0, $maxDepth=10, $canonicalize=false, $ignoreCase=false)
 
static assertAttributeNotEquals ($expected, $actualAttributeName, $actualClassOrObject, $message='', $delta=0.0, $maxDepth=10, $canonicalize=false, $ignoreCase=false)
 
static assertEmpty ($actual, $message='')
 
static assertAttributeEmpty ($haystackAttributeName, $haystackClassOrObject, $message='')
 
static assertNotEmpty ($actual, $message='')
 
static assertAttributeNotEmpty ($haystackAttributeName, $haystackClassOrObject, $message='')
 
static assertGreaterThan ($expected, $actual, $message='')
 
static assertAttributeGreaterThan ($expected, $actualAttributeName, $actualClassOrObject, $message='')
 
static assertGreaterThanOrEqual ($expected, $actual, $message='')
 
static assertAttributeGreaterThanOrEqual ($expected, $actualAttributeName, $actualClassOrObject, $message='')
 
static assertLessThan ($expected, $actual, $message='')
 
static assertAttributeLessThan ($expected, $actualAttributeName, $actualClassOrObject, $message='')
 
static assertLessThanOrEqual ($expected, $actual, $message='')
 
static assertAttributeLessThanOrEqual ($expected, $actualAttributeName, $actualClassOrObject, $message='')
 
static assertFileEquals ($expected, $actual, $message='', $canonicalize=false, $ignoreCase=false)
 
static assertFileNotEquals ($expected, $actual, $message='', $canonicalize=false, $ignoreCase=false)
 
static assertStringEqualsFile ($expectedFile, $actualString, $message='', $canonicalize=false, $ignoreCase=false)
 
static assertStringNotEqualsFile ($expectedFile, $actualString, $message='', $canonicalize=false, $ignoreCase=false)
 
static assertIsReadable ($filename, $message='')
 
static assertNotIsReadable ($filename, $message='')
 
static assertIsWritable ($filename, $message='')
 
static assertNotIsWritable ($filename, $message='')
 
static assertDirectoryExists ($directory, $message='')
 
static assertDirectoryNotExists ($directory, $message='')
 
static assertDirectoryIsReadable ($directory, $message='')
 
static assertDirectoryNotIsReadable ($directory, $message='')
 
static assertDirectoryIsWritable ($directory, $message='')
 
static assertDirectoryNotIsWritable ($directory, $message='')
 
static assertFileExists ($filename, $message='')
 
static assertFileNotExists ($filename, $message='')
 
static assertFileIsReadable ($file, $message='')
 
static assertFileNotIsReadable ($file, $message='')
 
static assertFileIsWritable ($file, $message='')
 
static assertFileNotIsWritable ($file, $message='')
 
static assertTrue ($condition, $message='')
 
static assertNotTrue ($condition, $message='')
 
static assertFalse ($condition, $message='')
 
static assertNotFalse ($condition, $message='')
 
static assertNull ($actual, $message='')
 
static assertNotNull ($actual, $message='')
 
static assertFinite ($actual, $message='')
 
static assertInfinite ($actual, $message='')
 
static assertNan ($actual, $message='')
 
static assertClassHasAttribute ($attributeName, $className, $message='')
 
static assertClassNotHasAttribute ($attributeName, $className, $message='')
 
static assertClassHasStaticAttribute ($attributeName, $className, $message='')
 
static assertClassNotHasStaticAttribute ($attributeName, $className, $message='')
 
static assertObjectHasAttribute ($attributeName, $object, $message='')
 
static assertObjectNotHasAttribute ($attributeName, $object, $message='')
 
static assertSame ($expected, $actual, $message='')
 
static assertAttributeSame ($expected, $actualAttributeName, $actualClassOrObject, $message='')
 
static assertNotSame ($expected, $actual, $message='')
 
static assertAttributeNotSame ($expected, $actualAttributeName, $actualClassOrObject, $message='')
 
static assertInstanceOf ($expected, $actual, $message='')
 
static assertAttributeInstanceOf ($expected, $attributeName, $classOrObject, $message='')
 
static assertNotInstanceOf ($expected, $actual, $message='')
 
static assertAttributeNotInstanceOf ($expected, $attributeName, $classOrObject, $message='')
 
static assertInternalType ($expected, $actual, $message='')
 
static assertAttributeInternalType ($expected, $attributeName, $classOrObject, $message='')
 
static assertNotInternalType ($expected, $actual, $message='')
 
static assertAttributeNotInternalType ($expected, $attributeName, $classOrObject, $message='')
 
static assertRegExp ($pattern, $string, $message='')
 
static assertNotRegExp ($pattern, $string, $message='')
 
static assertSameSize ($expected, $actual, $message='')
 
static assertNotSameSize ($expected, $actual, $message='')
 
static assertStringMatchesFormat ($format, $string, $message='')
 
static assertStringNotMatchesFormat ($format, $string, $message='')
 
static assertStringMatchesFormatFile ($formatFile, $string, $message='')
 
static assertStringNotMatchesFormatFile ($formatFile, $string, $message='')
 
static assertStringStartsWith ($prefix, $string, $message='')
 
static assertStringStartsNotWith ($prefix, $string, $message='')
 
static assertStringEndsWith ($suffix, $string, $message='')
 
static assertStringEndsNotWith ($suffix, $string, $message='')
 
static assertXmlFileEqualsXmlFile ($expectedFile, $actualFile, $message='')
 
static assertXmlFileNotEqualsXmlFile ($expectedFile, $actualFile, $message='')
 
static assertXmlStringEqualsXmlFile ($expectedFile, $actualXml, $message='')
 
static assertXmlStringNotEqualsXmlFile ($expectedFile, $actualXml, $message='')
 
static assertXmlStringEqualsXmlString ($expectedXml, $actualXml, $message='')
 
static assertXmlStringNotEqualsXmlString ($expectedXml, $actualXml, $message='')
 
static assertEqualXMLStructure (DOMElement $expectedElement, DOMElement $actualElement, $checkAttributes=false, $message='')
 
static assertThat ($value, Constraint $constraint, $message='')
 
static assertJson ($actualJson, $message='')
 
static assertJsonStringEqualsJsonString ($expectedJson, $actualJson, $message='')
 
static assertJsonStringNotEqualsJsonString ($expectedJson, $actualJson, $message='')
 
static assertJsonStringEqualsJsonFile ($expectedFile, $actualJson, $message='')
 
static assertJsonStringNotEqualsJsonFile ($expectedFile, $actualJson, $message='')
 
static assertJsonFileEqualsJsonFile ($expectedFile, $actualFile, $message='')
 
static assertJsonFileNotEqualsJsonFile ($expectedFile, $actualFile, $message='')
 
static logicalAnd ()
 
static logicalOr ()
 
static logicalNot (Constraint $constraint)
 
static logicalXor ()
 
static anything ()
 
static isTrue ()
 
static callback ($callback)
 
static isFalse ()
 
static isJson ()
 
static isNull ()
 
static isFinite ()
 
static isInfinite ()
 
static isNan ()
 
static attribute (Constraint $constraint, $attributeName)
 
static contains ($value, $checkForObjectIdentity=true, $checkForNonObjectIdentity=false)
 
static containsOnly ($type)
 
static containsOnlyInstancesOf ($classname)
 
static arrayHasKey ($key)
 
static equalTo ($value, $delta=0.0, $maxDepth=10, $canonicalize=false, $ignoreCase=false)
 
static attributeEqualTo ($attributeName, $value, $delta=0.0, $maxDepth=10, $canonicalize=false, $ignoreCase=false)
 
static isEmpty ()
 
static isWritable ()
 
static isReadable ()
 
static directoryExists ()
 
static fileExists ()
 
static greaterThan ($value)
 
static greaterThanOrEqual ($value)
 
static classHasAttribute ($attributeName)
 
static classHasStaticAttribute ($attributeName)
 
static objectHasAttribute ($attributeName)
 
static identicalTo ($value)
 
static isInstanceOf ($className)
 
static isType ($type)
 
static lessThan ($value)
 
static lessThanOrEqual ($value)
 
static matchesRegularExpression ($pattern)
 
static matches ($string)
 
static stringStartsWith ($prefix)
 
static stringContains ($string, $case=true)
 
static stringEndsWith ($suffix)
 
static countOf ($count)
 
static fail ($message='')
 
static readAttribute ($classOrObject, $attributeName)
 
static getStaticAttribute ($className, $attributeName)
 
static getObjectAttribute ($object, $attributeName)
 
static markTestIncomplete ($message='')
 
static markTestSkipped ($message='')
 
static getCount ()
 
static resetCount ()
 

Detailed Description

A set of assertion methods.

Member Function Documentation

◆ anything()

static PHPUnit\Framework\Assert::anything ( )
static
Returns
IsAnything

◆ arrayHasKey()

static PHPUnit\Framework\Assert::arrayHasKey (   $key)
static
Parameters
mixed$key
Returns
ArrayHasKey

◆ assertArrayHasKey()

static PHPUnit\Framework\Assert::assertArrayHasKey (   $key,
  $array,
  $message = '' 
)
static

Asserts that an array has a specified key.

Parameters
mixed$key
array | ArrayAccess$array
string$message

◆ assertArrayNotHasKey()

static PHPUnit\Framework\Assert::assertArrayNotHasKey (   $key,
  $array,
  $message = '' 
)
static

Asserts that an array does not have a specified key.

Parameters
mixed$key
array | ArrayAccess$array
string$message

◆ assertArraySubset()

static PHPUnit\Framework\Assert::assertArraySubset (   $subset,
  $array,
  $strict = false,
  $message = '' 
)
static

Asserts that an array has a specified subset.

Parameters
array | ArrayAccess$subset
array | ArrayAccess$array
bool$strictCheck for object identity
string$message

◆ assertAttributeContains()

static PHPUnit\Framework\Assert::assertAttributeContains (   $needle,
  $haystackAttributeName,
  $haystackClassOrObject,
  $message = '',
  $ignoreCase = false,
  $checkForObjectIdentity = true,
  $checkForNonObjectIdentity = false 
)
static

Asserts that a haystack that is stored in a static attribute of a class or an attribute of an object contains a needle.

Parameters
mixed$needle
string$haystackAttributeName
string | object$haystackClassOrObject
string$message
bool$ignoreCase
bool$checkForObjectIdentity
bool$checkForNonObjectIdentity

◆ assertAttributeContainsOnly()

static PHPUnit\Framework\Assert::assertAttributeContainsOnly (   $type,
  $haystackAttributeName,
  $haystackClassOrObject,
  $isNativeType = null,
  $message = '' 
)
static

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.

Parameters
string$type
string$haystackAttributeName
string | object$haystackClassOrObject
bool$isNativeType
string$message

◆ assertAttributeCount()

static PHPUnit\Framework\Assert::assertAttributeCount (   $expectedCount,
  $haystackAttributeName,
  $haystackClassOrObject,
  $message = '' 
)
static

Asserts the number of elements of an array, Countable or Traversable that is stored in an attribute.

Parameters
int$expectedCount
string$haystackAttributeName
string | object$haystackClassOrObject
string$message

◆ assertAttributeEmpty()

static PHPUnit\Framework\Assert::assertAttributeEmpty (   $haystackAttributeName,
  $haystackClassOrObject,
  $message = '' 
)
static

Asserts that a static attribute of a class or an attribute of an object is empty.

Parameters
string$haystackAttributeName
string | object$haystackClassOrObject
string$message

◆ assertAttributeEquals()

static PHPUnit\Framework\Assert::assertAttributeEquals (   $expected,
  $actualAttributeName,
  $actualClassOrObject,
  $message = '',
  $delta = 0.0,
  $maxDepth = 10,
  $canonicalize = false,
  $ignoreCase = false 
)
static

Asserts that a variable is equal to an attribute of an object.

Parameters
mixed$expected
string$actualAttributeName
string | object$actualClassOrObject
string$message
float$delta
int$maxDepth
bool$canonicalize
bool$ignoreCase

◆ assertAttributeGreaterThan()

static PHPUnit\Framework\Assert::assertAttributeGreaterThan (   $expected,
  $actualAttributeName,
  $actualClassOrObject,
  $message = '' 
)
static

Asserts that an attribute is greater than another value.

Parameters
mixed$expected
string$actualAttributeName
string | object$actualClassOrObject
string$message

◆ assertAttributeGreaterThanOrEqual()

static PHPUnit\Framework\Assert::assertAttributeGreaterThanOrEqual (   $expected,
  $actualAttributeName,
  $actualClassOrObject,
  $message = '' 
)
static

Asserts that an attribute is greater than or equal to another value.

Parameters
mixed$expected
string$actualAttributeName
string | object$actualClassOrObject
string$message

◆ assertAttributeInstanceOf()

static PHPUnit\Framework\Assert::assertAttributeInstanceOf (   $expected,
  $attributeName,
  $classOrObject,
  $message = '' 
)
static

Asserts that an attribute is of a given type.

Parameters
string$expected
string$attributeName
string | object$classOrObject
string$message

◆ assertAttributeInternalType()

static PHPUnit\Framework\Assert::assertAttributeInternalType (   $expected,
  $attributeName,
  $classOrObject,
  $message = '' 
)
static

Asserts that an attribute is of a given type.

Parameters
string$expected
string$attributeName
string | object$classOrObject
string$message

◆ assertAttributeLessThan()

static PHPUnit\Framework\Assert::assertAttributeLessThan (   $expected,
  $actualAttributeName,
  $actualClassOrObject,
  $message = '' 
)
static

Asserts that an attribute is smaller than another value.

Parameters
mixed$expected
string$actualAttributeName
string | object$actualClassOrObject
string$message

◆ assertAttributeLessThanOrEqual()

static PHPUnit\Framework\Assert::assertAttributeLessThanOrEqual (   $expected,
  $actualAttributeName,
  $actualClassOrObject,
  $message = '' 
)
static

Asserts that an attribute is smaller than or equal to another value.

Parameters
mixed$expected
string$actualAttributeName
string | object$actualClassOrObject
string$message

◆ assertAttributeNotContains()

static PHPUnit\Framework\Assert::assertAttributeNotContains (   $needle,
  $haystackAttributeName,
  $haystackClassOrObject,
  $message = '',
  $ignoreCase = false,
  $checkForObjectIdentity = true,
  $checkForNonObjectIdentity = false 
)
static

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.

Parameters
mixed$needle
string$haystackAttributeName
string | object$haystackClassOrObject
string$message
bool$ignoreCase
bool$checkForObjectIdentity
bool$checkForNonObjectIdentity

◆ assertAttributeNotContainsOnly()

static PHPUnit\Framework\Assert::assertAttributeNotContainsOnly (   $type,
  $haystackAttributeName,
  $haystackClassOrObject,
  $isNativeType = null,
  $message = '' 
)
static

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.

Parameters
string$type
string$haystackAttributeName
string | object$haystackClassOrObject
bool$isNativeType
string$message

◆ assertAttributeNotCount()

static PHPUnit\Framework\Assert::assertAttributeNotCount (   $expectedCount,
  $haystackAttributeName,
  $haystackClassOrObject,
  $message = '' 
)
static

Asserts the number of elements of an array, Countable or Traversable that is stored in an attribute.

Parameters
int$expectedCount
string$haystackAttributeName
string | object$haystackClassOrObject
string$message

◆ assertAttributeNotEmpty()

static PHPUnit\Framework\Assert::assertAttributeNotEmpty (   $haystackAttributeName,
  $haystackClassOrObject,
  $message = '' 
)
static

Asserts that a static attribute of a class or an attribute of an object is not empty.

Parameters
string$haystackAttributeName
string | object$haystackClassOrObject
string$message

◆ assertAttributeNotEquals()

static PHPUnit\Framework\Assert::assertAttributeNotEquals (   $expected,
  $actualAttributeName,
  $actualClassOrObject,
  $message = '',
  $delta = 0.0,
  $maxDepth = 10,
  $canonicalize = false,
  $ignoreCase = false 
)
static

Asserts that a variable is not equal to an attribute of an object.

Parameters
mixed$expected
string$actualAttributeName
string | object$actualClassOrObject
string$message
float$delta
int$maxDepth
bool$canonicalize
bool$ignoreCase

◆ assertAttributeNotInstanceOf()

static PHPUnit\Framework\Assert::assertAttributeNotInstanceOf (   $expected,
  $attributeName,
  $classOrObject,
  $message = '' 
)
static

Asserts that an attribute is of a given type.

Parameters
string$expected
string$attributeName
string | object$classOrObject
string$message

◆ assertAttributeNotInternalType()

static PHPUnit\Framework\Assert::assertAttributeNotInternalType (   $expected,
  $attributeName,
  $classOrObject,
  $message = '' 
)
static

Asserts that an attribute is of a given type.

Parameters
string$expected
string$attributeName
string | object$classOrObject
string$message

◆ assertAttributeNotSame()

static PHPUnit\Framework\Assert::assertAttributeNotSame (   $expected,
  $actualAttributeName,
  $actualClassOrObject,
  $message = '' 
)
static

Asserts that a variable and an attribute of an object do not have the same type and value.

Parameters
mixed$expected
string$actualAttributeName
string | object$actualClassOrObject
string$message

◆ assertAttributeSame()

static PHPUnit\Framework\Assert::assertAttributeSame (   $expected,
  $actualAttributeName,
  $actualClassOrObject,
  $message = '' 
)
static

Asserts that a variable and an attribute of an object have the same type and value.

Parameters
mixed$expected
string$actualAttributeName
string | object$actualClassOrObject
string$message

◆ assertClassHasAttribute()

static PHPUnit\Framework\Assert::assertClassHasAttribute (   $attributeName,
  $className,
  $message = '' 
)
static

Asserts that a class has a specified attribute.

Parameters
string$attributeName
string$className
string$message

◆ assertClassHasStaticAttribute()

static PHPUnit\Framework\Assert::assertClassHasStaticAttribute (   $attributeName,
  $className,
  $message = '' 
)
static

Asserts that a class has a specified static attribute.

Parameters
string$attributeName
string$className
string$message

◆ assertClassNotHasAttribute()

static PHPUnit\Framework\Assert::assertClassNotHasAttribute (   $attributeName,
  $className,
  $message = '' 
)
static

Asserts that a class does not have a specified attribute.

Parameters
string$attributeName
string$className
string$message

◆ assertClassNotHasStaticAttribute()

static PHPUnit\Framework\Assert::assertClassNotHasStaticAttribute (   $attributeName,
  $className,
  $message = '' 
)
static

Asserts that a class does not have a specified static attribute.

Parameters
string$attributeName
string$className
string$message

◆ assertContains()

static PHPUnit\Framework\Assert::assertContains (   $needle,
  $haystack,
  $message = '',
  $ignoreCase = false,
  $checkForObjectIdentity = true,
  $checkForNonObjectIdentity = false 
)
static

Asserts that a haystack contains a needle.

Parameters
mixed$needle
mixed$haystack
string$message
bool$ignoreCase
bool$checkForObjectIdentity
bool$checkForNonObjectIdentity

◆ assertContainsOnly()

static PHPUnit\Framework\Assert::assertContainsOnly (   $type,
  $haystack,
  $isNativeType = null,
  $message = '' 
)
static

Asserts that a haystack contains only values of a given type.

Parameters
string$type
mixed$haystack
bool$isNativeType
string$message

◆ assertContainsOnlyInstancesOf()

static PHPUnit\Framework\Assert::assertContainsOnlyInstancesOf (   $classname,
  $haystack,
  $message = '' 
)
static

Asserts that a haystack contains only instances of a given classname

Parameters
string$classname
array | \Traversable$haystack
string$message

◆ assertCount()

static PHPUnit\Framework\Assert::assertCount (   $expectedCount,
  $haystack,
  $message = '' 
)
static

Asserts the number of elements of an array, Countable or Traversable.

Parameters
int$expectedCount
mixed$haystack
string$message

◆ assertDirectoryExists()

static PHPUnit\Framework\Assert::assertDirectoryExists (   $directory,
  $message = '' 
)
static

Asserts that a directory exists.

Parameters
string$directory
string$message

◆ assertDirectoryIsReadable()

static PHPUnit\Framework\Assert::assertDirectoryIsReadable (   $directory,
  $message = '' 
)
static

Asserts that a directory exists and is readable.

Parameters
string$directory
string$message

◆ assertDirectoryIsWritable()

static PHPUnit\Framework\Assert::assertDirectoryIsWritable (   $directory,
  $message = '' 
)
static

Asserts that a directory exists and is writable.

Parameters
string$directory
string$message

◆ assertDirectoryNotExists()

static PHPUnit\Framework\Assert::assertDirectoryNotExists (   $directory,
  $message = '' 
)
static

Asserts that a directory does not exist.

Parameters
string$directory
string$message

◆ assertDirectoryNotIsReadable()

static PHPUnit\Framework\Assert::assertDirectoryNotIsReadable (   $directory,
  $message = '' 
)
static

Asserts that a directory exists and is not readable.

Parameters
string$directory
string$message

◆ assertDirectoryNotIsWritable()

static PHPUnit\Framework\Assert::assertDirectoryNotIsWritable (   $directory,
  $message = '' 
)
static

Asserts that a directory exists and is not writable.

Parameters
string$directory
string$message

◆ assertEmpty()

static PHPUnit\Framework\Assert::assertEmpty (   $actual,
  $message = '' 
)
static

Asserts that a variable is empty.

Parameters
mixed$actual
string$message
Exceptions
AssertionFailedError

◆ assertEquals()

static PHPUnit\Framework\Assert::assertEquals (   $expected,
  $actual,
  $message = '',
  $delta = 0.0,
  $maxDepth = 10,
  $canonicalize = false,
  $ignoreCase = false 
)
static

Asserts that two variables are equal.

Parameters
mixed$expected
mixed$actual
string$message
float$delta
int$maxDepth
bool$canonicalize
bool$ignoreCase

◆ assertEqualXMLStructure()

static PHPUnit\Framework\Assert::assertEqualXMLStructure ( DOMElement  $expectedElement,
DOMElement  $actualElement,
  $checkAttributes = false,
  $message = '' 
)
static

Asserts that a hierarchy of DOMElements matches.

Parameters
DOMElement$expectedElement
DOMElement$actualElement
bool$checkAttributes
string$message

◆ assertFalse()

static PHPUnit\Framework\Assert::assertFalse (   $condition,
  $message = '' 
)
static

Asserts that a condition is false.

Parameters
bool$condition
string$message
Exceptions
AssertionFailedError

◆ assertFileEquals()

static PHPUnit\Framework\Assert::assertFileEquals (   $expected,
  $actual,
  $message = '',
  $canonicalize = false,
  $ignoreCase = false 
)
static

Asserts that the contents of one file is equal to the contents of another file.

Parameters
string$expected
string$actual
string$message
bool$canonicalize
bool$ignoreCase

◆ assertFileExists()

static PHPUnit\Framework\Assert::assertFileExists (   $filename,
  $message = '' 
)
static

Asserts that a file exists.

Parameters
string$filename
string$message

◆ assertFileIsReadable()

static PHPUnit\Framework\Assert::assertFileIsReadable (   $file,
  $message = '' 
)
static

Asserts that a file exists and is readable.

Parameters
string$file
string$message

◆ assertFileIsWritable()

static PHPUnit\Framework\Assert::assertFileIsWritable (   $file,
  $message = '' 
)
static

Asserts that a file exists and is writable.

Parameters
string$file
string$message

◆ assertFileNotEquals()

static PHPUnit\Framework\Assert::assertFileNotEquals (   $expected,
  $actual,
  $message = '',
  $canonicalize = false,
  $ignoreCase = false 
)
static

Asserts that the contents of one file is not equal to the contents of another file.

Parameters
string$expected
string$actual
string$message
bool$canonicalize
bool$ignoreCase

◆ assertFileNotExists()

static PHPUnit\Framework\Assert::assertFileNotExists (   $filename,
  $message = '' 
)
static

Asserts that a file does not exist.

Parameters
string$filename
string$message

◆ assertFileNotIsReadable()

static PHPUnit\Framework\Assert::assertFileNotIsReadable (   $file,
  $message = '' 
)
static

Asserts that a file exists and is not readable.

Parameters
string$file
string$message

◆ assertFileNotIsWritable()

static PHPUnit\Framework\Assert::assertFileNotIsWritable (   $file,
  $message = '' 
)
static

Asserts that a file exists and is not writable.

Parameters
string$file
string$message

◆ assertFinite()

static PHPUnit\Framework\Assert::assertFinite (   $actual,
  $message = '' 
)
static

Asserts that a variable is finite.

Parameters
mixed$actual
string$message

◆ assertGreaterThan()

static PHPUnit\Framework\Assert::assertGreaterThan (   $expected,
  $actual,
  $message = '' 
)
static

Asserts that a value is greater than another value.

Parameters
mixed$expected
mixed$actual
string$message

◆ assertGreaterThanOrEqual()

static PHPUnit\Framework\Assert::assertGreaterThanOrEqual (   $expected,
  $actual,
  $message = '' 
)
static

Asserts that a value is greater than or equal to another value.

Parameters
mixed$expected
mixed$actual
string$message

◆ assertInfinite()

static PHPUnit\Framework\Assert::assertInfinite (   $actual,
  $message = '' 
)
static

Asserts that a variable is infinite.

Parameters
mixed$actual
string$message

◆ assertInstanceOf()

static PHPUnit\Framework\Assert::assertInstanceOf (   $expected,
  $actual,
  $message = '' 
)
static

Asserts that a variable is of a given type.

Parameters
string$expected
mixed$actual
string$message

◆ assertInternalType()

static PHPUnit\Framework\Assert::assertInternalType (   $expected,
  $actual,
  $message = '' 
)
static

Asserts that a variable is of a given type.

Parameters
string$expected
mixed$actual
string$message

◆ assertIsReadable()

static PHPUnit\Framework\Assert::assertIsReadable (   $filename,
  $message = '' 
)
static

Asserts that a file/dir is readable.

Parameters
string$filename
string$message

◆ assertIsWritable()

static PHPUnit\Framework\Assert::assertIsWritable (   $filename,
  $message = '' 
)
static

Asserts that a file/dir exists and is writable.

Parameters
string$filename
string$message

◆ assertJson()

static PHPUnit\Framework\Assert::assertJson (   $actualJson,
  $message = '' 
)
static

Asserts that a string is a valid JSON string.

Parameters
string$actualJson
string$message

◆ assertJsonFileEqualsJsonFile()

static PHPUnit\Framework\Assert::assertJsonFileEqualsJsonFile (   $expectedFile,
  $actualFile,
  $message = '' 
)
static

Asserts that two JSON files are equal.

Parameters
string$expectedFile
string$actualFile
string$message

◆ assertJsonFileNotEqualsJsonFile()

static PHPUnit\Framework\Assert::assertJsonFileNotEqualsJsonFile (   $expectedFile,
  $actualFile,
  $message = '' 
)
static

Asserts that two JSON files are not equal.

Parameters
string$expectedFile
string$actualFile
string$message

◆ assertJsonStringEqualsJsonFile()

static PHPUnit\Framework\Assert::assertJsonStringEqualsJsonFile (   $expectedFile,
  $actualJson,
  $message = '' 
)
static

Asserts that the generated JSON encoded object and the content of the given file are equal.

Parameters
string$expectedFile
string$actualJson
string$message

◆ assertJsonStringEqualsJsonString()

static PHPUnit\Framework\Assert::assertJsonStringEqualsJsonString (   $expectedJson,
  $actualJson,
  $message = '' 
)
static

Asserts that two given JSON encoded objects or arrays are equal.

Parameters
string$expectedJson
string$actualJson
string$message

◆ assertJsonStringNotEqualsJsonFile()

static PHPUnit\Framework\Assert::assertJsonStringNotEqualsJsonFile (   $expectedFile,
  $actualJson,
  $message = '' 
)
static

Asserts that the generated JSON encoded object and the content of the given file are not equal.

Parameters
string$expectedFile
string$actualJson
string$message

◆ assertJsonStringNotEqualsJsonString()

static PHPUnit\Framework\Assert::assertJsonStringNotEqualsJsonString (   $expectedJson,
  $actualJson,
  $message = '' 
)
static

Asserts that two given JSON encoded objects or arrays are not equal.

Parameters
string$expectedJson
string$actualJson
string$message

◆ assertLessThan()

static PHPUnit\Framework\Assert::assertLessThan (   $expected,
  $actual,
  $message = '' 
)
static

Asserts that a value is smaller than another value.

Parameters
mixed$expected
mixed$actual
string$message

◆ assertLessThanOrEqual()

static PHPUnit\Framework\Assert::assertLessThanOrEqual (   $expected,
  $actual,
  $message = '' 
)
static

Asserts that a value is smaller than or equal to another value.

Parameters
mixed$expected
mixed$actual
string$message

◆ assertNan()

static PHPUnit\Framework\Assert::assertNan (   $actual,
  $message = '' 
)
static

Asserts that a variable is nan.

Parameters
mixed$actual
string$message

◆ assertNotContains()

static PHPUnit\Framework\Assert::assertNotContains (   $needle,
  $haystack,
  $message = '',
  $ignoreCase = false,
  $checkForObjectIdentity = true,
  $checkForNonObjectIdentity = false 
)
static

Asserts that a haystack does not contain a needle.

Parameters
mixed$needle
mixed$haystack
string$message
bool$ignoreCase
bool$checkForObjectIdentity
bool$checkForNonObjectIdentity

◆ assertNotContainsOnly()

static PHPUnit\Framework\Assert::assertNotContainsOnly (   $type,
  $haystack,
  $isNativeType = null,
  $message = '' 
)
static

Asserts that a haystack does not contain only values of a given type.

Parameters
string$type
mixed$haystack
bool$isNativeType
string$message

◆ assertNotCount()

static PHPUnit\Framework\Assert::assertNotCount (   $expectedCount,
  $haystack,
  $message = '' 
)
static

Asserts the number of elements of an array, Countable or Traversable.

Parameters
int$expectedCount
mixed$haystack
string$message

◆ assertNotEmpty()

static PHPUnit\Framework\Assert::assertNotEmpty (   $actual,
  $message = '' 
)
static

Asserts that a variable is not empty.

Parameters
mixed$actual
string$message
Exceptions
AssertionFailedError

◆ assertNotEquals()

static PHPUnit\Framework\Assert::assertNotEquals (   $expected,
  $actual,
  $message = '',
  $delta = 0.0,
  $maxDepth = 10,
  $canonicalize = false,
  $ignoreCase = false 
)
static

Asserts that two variables are not equal.

Parameters
mixed$expected
mixed$actual
string$message
float$delta
int$maxDepth
bool$canonicalize
bool$ignoreCase

◆ assertNotFalse()

static PHPUnit\Framework\Assert::assertNotFalse (   $condition,
  $message = '' 
)
static

Asserts that a condition is not false.

Parameters
bool$condition
string$message
Exceptions
AssertionFailedError

◆ assertNotInstanceOf()

static PHPUnit\Framework\Assert::assertNotInstanceOf (   $expected,
  $actual,
  $message = '' 
)
static

Asserts that a variable is not of a given type.

Parameters
string$expected
mixed$actual
string$message

◆ assertNotInternalType()

static PHPUnit\Framework\Assert::assertNotInternalType (   $expected,
  $actual,
  $message = '' 
)
static

Asserts that a variable is not of a given type.

Parameters
string$expected
mixed$actual
string$message

◆ assertNotIsReadable()

static PHPUnit\Framework\Assert::assertNotIsReadable (   $filename,
  $message = '' 
)
static

Asserts that a file/dir exists and is not readable.

Parameters
string$filename
string$message

◆ assertNotIsWritable()

static PHPUnit\Framework\Assert::assertNotIsWritable (   $filename,
  $message = '' 
)
static

Asserts that a file/dir exists and is not writable.

Parameters
string$filename
string$message

◆ assertNotNull()

static PHPUnit\Framework\Assert::assertNotNull (   $actual,
  $message = '' 
)
static

Asserts that a variable is not null.

Parameters
mixed$actual
string$message

◆ assertNotRegExp()

static PHPUnit\Framework\Assert::assertNotRegExp (   $pattern,
  $string,
  $message = '' 
)
static

Asserts that a string does not match a given regular expression.

Parameters
string$pattern
string$string
string$message

◆ assertNotSame()

static PHPUnit\Framework\Assert::assertNotSame (   $expected,
  $actual,
  $message = '' 
)
static

Asserts that two variables do not have the same type and value. Used on objects, it asserts that two variables do not reference the same object.

Parameters
mixed$expected
mixed$actual
string$message

◆ assertNotSameSize()

static PHPUnit\Framework\Assert::assertNotSameSize (   $expected,
  $actual,
  $message = '' 
)
static

Assert that the size of two arrays (or Countable or Traversable objects) is not the same.

Parameters
array | \Countable | \Traversable$expected
array | \Countable | \Traversable$actual
string$message

◆ assertNotTrue()

static PHPUnit\Framework\Assert::assertNotTrue (   $condition,
  $message = '' 
)
static

Asserts that a condition is not true.

Parameters
bool$condition
string$message
Exceptions
AssertionFailedError

◆ assertNull()

static PHPUnit\Framework\Assert::assertNull (   $actual,
  $message = '' 
)
static

Asserts that a variable is null.

Parameters
mixed$actual
string$message

◆ assertObjectHasAttribute()

static PHPUnit\Framework\Assert::assertObjectHasAttribute (   $attributeName,
  $object,
  $message = '' 
)
static

Asserts that an object has a specified attribute.

Parameters
string$attributeName
object$object
string$message

◆ assertObjectNotHasAttribute()

static PHPUnit\Framework\Assert::assertObjectNotHasAttribute (   $attributeName,
  $object,
  $message = '' 
)
static

Asserts that an object does not have a specified attribute.

Parameters
string$attributeName
object$object
string$message

◆ assertRegExp()

static PHPUnit\Framework\Assert::assertRegExp (   $pattern,
  $string,
  $message = '' 
)
static

Asserts that a string matches a given regular expression.

Parameters
string$pattern
string$string
string$message

◆ assertSame()

static PHPUnit\Framework\Assert::assertSame (   $expected,
  $actual,
  $message = '' 
)
static

Asserts that two variables have the same type and value. Used on objects, it asserts that two variables reference the same object.

Parameters
mixed$expected
mixed$actual
string$message

◆ assertSameSize()

static PHPUnit\Framework\Assert::assertSameSize (   $expected,
  $actual,
  $message = '' 
)
static

Assert that the size of two arrays (or Countable or Traversable objects) is the same.

Parameters
array | \Countable | \Traversable$expected
array | \Countable | \Traversable$actual
string$message

◆ assertStringEndsNotWith()

static PHPUnit\Framework\Assert::assertStringEndsNotWith (   $suffix,
  $string,
  $message = '' 
)
static

Asserts that a string ends not with a given suffix.

Parameters
string$suffix
string$string
string$message

◆ assertStringEndsWith()

static PHPUnit\Framework\Assert::assertStringEndsWith (   $suffix,
  $string,
  $message = '' 
)
static

Asserts that a string ends with a given suffix.

Parameters
string$suffix
string$string
string$message

◆ assertStringEqualsFile()

static PHPUnit\Framework\Assert::assertStringEqualsFile (   $expectedFile,
  $actualString,
  $message = '',
  $canonicalize = false,
  $ignoreCase = false 
)
static

Asserts that the contents of a string is equal to the contents of a file.

Parameters
string$expectedFile
string$actualString
string$message
bool$canonicalize
bool$ignoreCase

◆ assertStringMatchesFormat()

static PHPUnit\Framework\Assert::assertStringMatchesFormat (   $format,
  $string,
  $message = '' 
)
static

Asserts that a string matches a given format string.

Parameters
string$format
string$string
string$message

◆ assertStringMatchesFormatFile()

static PHPUnit\Framework\Assert::assertStringMatchesFormatFile (   $formatFile,
  $string,
  $message = '' 
)
static

Asserts that a string matches a given format file.

Parameters
string$formatFile
string$string
string$message

◆ assertStringNotEqualsFile()

static PHPUnit\Framework\Assert::assertStringNotEqualsFile (   $expectedFile,
  $actualString,
  $message = '',
  $canonicalize = false,
  $ignoreCase = false 
)
static

Asserts that the contents of a string is not equal to the contents of a file.

Parameters
string$expectedFile
string$actualString
string$message
bool$canonicalize
bool$ignoreCase

◆ assertStringNotMatchesFormat()

static PHPUnit\Framework\Assert::assertStringNotMatchesFormat (   $format,
  $string,
  $message = '' 
)
static

Asserts that a string does not match a given format string.

Parameters
string$format
string$string
string$message

◆ assertStringNotMatchesFormatFile()

static PHPUnit\Framework\Assert::assertStringNotMatchesFormatFile (   $formatFile,
  $string,
  $message = '' 
)
static

Asserts that a string does not match a given format string.

Parameters
string$formatFile
string$string
string$message

◆ assertStringStartsNotWith()

static PHPUnit\Framework\Assert::assertStringStartsNotWith (   $prefix,
  $string,
  $message = '' 
)
static

Asserts that a string starts not with a given prefix.

Parameters
string$prefix
string$string
string$message

◆ assertStringStartsWith()

static PHPUnit\Framework\Assert::assertStringStartsWith (   $prefix,
  $string,
  $message = '' 
)
static

Asserts that a string starts with a given prefix.

Parameters
string$prefix
string$string
string$message

◆ assertThat()

static PHPUnit\Framework\Assert::assertThat (   $value,
Constraint  $constraint,
  $message = '' 
)
static

Evaluates a PHPUnit\Framework\Constraint matcher object.

Parameters
mixed$value
Constraint$constraint
string$message

◆ assertTrue()

static PHPUnit\Framework\Assert::assertTrue (   $condition,
  $message = '' 
)
static

Asserts that a condition is true.

Parameters
bool$condition
string$message
Exceptions
AssertionFailedError

◆ assertXmlFileEqualsXmlFile()

static PHPUnit\Framework\Assert::assertXmlFileEqualsXmlFile (   $expectedFile,
  $actualFile,
  $message = '' 
)
static

Asserts that two XML files are equal.

Parameters
string$expectedFile
string$actualFile
string$message

◆ assertXmlFileNotEqualsXmlFile()

static PHPUnit\Framework\Assert::assertXmlFileNotEqualsXmlFile (   $expectedFile,
  $actualFile,
  $message = '' 
)
static

Asserts that two XML files are not equal.

Parameters
string$expectedFile
string$actualFile
string$message

◆ assertXmlStringEqualsXmlFile()

static PHPUnit\Framework\Assert::assertXmlStringEqualsXmlFile (   $expectedFile,
  $actualXml,
  $message = '' 
)
static

Asserts that two XML documents are equal.

Parameters
string$expectedFile
string | DOMDocument$actualXml
string$message

◆ assertXmlStringEqualsXmlString()

static PHPUnit\Framework\Assert::assertXmlStringEqualsXmlString (   $expectedXml,
  $actualXml,
  $message = '' 
)
static

Asserts that two XML documents are equal.

Parameters
string | DOMDocument$expectedXml
string | DOMDocument$actualXml
string$message

◆ assertXmlStringNotEqualsXmlFile()

static PHPUnit\Framework\Assert::assertXmlStringNotEqualsXmlFile (   $expectedFile,
  $actualXml,
  $message = '' 
)
static

Asserts that two XML documents are not equal.

Parameters
string$expectedFile
string | DOMDocument$actualXml
string$message

◆ assertXmlStringNotEqualsXmlString()

static PHPUnit\Framework\Assert::assertXmlStringNotEqualsXmlString (   $expectedXml,
  $actualXml,
  $message = '' 
)
static

Asserts that two XML documents are not equal.

Parameters
string | DOMDocument$expectedXml
string | DOMDocument$actualXml
string$message

◆ attribute()

static PHPUnit\Framework\Assert::attribute ( Constraint  $constraint,
  $attributeName 
)
static
Parameters
Constraint$constraint
string$attributeName
Returns
Attribute

◆ attributeEqualTo()

static PHPUnit\Framework\Assert::attributeEqualTo (   $attributeName,
  $value,
  $delta = 0.0,
  $maxDepth = 10,
  $canonicalize = false,
  $ignoreCase = false 
)
static
Parameters
string$attributeName
mixed$value
float$delta
int$maxDepth
bool$canonicalize
bool$ignoreCase
Returns
Attribute

◆ callback()

static PHPUnit\Framework\Assert::callback (   $callback)
static
Parameters
callable$callback
Returns
Callback

◆ classHasAttribute()

static PHPUnit\Framework\Assert::classHasAttribute (   $attributeName)
static
Parameters
string$attributeName
Returns
ClassHasAttribute

◆ classHasStaticAttribute()

static PHPUnit\Framework\Assert::classHasStaticAttribute (   $attributeName)
static
Parameters
string$attributeName
Returns
ClassHasStaticAttribute

◆ contains()

static PHPUnit\Framework\Assert::contains (   $value,
  $checkForObjectIdentity = true,
  $checkForNonObjectIdentity = false 
)
static
Parameters
mixed$value
bool$checkForObjectIdentity
bool$checkForNonObjectIdentity
Returns
TraversableContains

◆ containsOnly()

static PHPUnit\Framework\Assert::containsOnly (   $type)
static
Parameters
string$type
Returns
TraversableContainsOnly

◆ containsOnlyInstancesOf()

static PHPUnit\Framework\Assert::containsOnlyInstancesOf (   $classname)
static
Parameters
string$classname
Returns
TraversableContainsOnly

◆ countOf()

static PHPUnit\Framework\Assert::countOf (   $count)
static
Parameters
int$count
Returns
Count

◆ directoryExists()

static PHPUnit\Framework\Assert::directoryExists ( )
static
Returns
DirectoryExists

◆ equalTo()

static PHPUnit\Framework\Assert::equalTo (   $value,
  $delta = 0.0,
  $maxDepth = 10,
  $canonicalize = false,
  $ignoreCase = false 
)
static
Parameters
mixed$value
float$delta
int$maxDepth
bool$canonicalize
bool$ignoreCase
Returns
IsEqual

◆ fail()

static PHPUnit\Framework\Assert::fail (   $message = '')
static

Fails a test with the given message.

Parameters
string$message
Exceptions
AssertionFailedError

◆ fileExists()

static PHPUnit\Framework\Assert::fileExists ( )
static
Returns
FileExists

◆ getCount()

static PHPUnit\Framework\Assert::getCount ( )
static

Return the current assertion count.

Returns
int

◆ getObjectAttribute()

static PHPUnit\Framework\Assert::getObjectAttribute (   $object,
  $attributeName 
)
static

Returns the value of an object's attribute. This also works for attributes that are declared protected or private.

Parameters
object$object
string$attributeName
Returns
mixed
Exceptions
Exception

◆ getStaticAttribute()

static PHPUnit\Framework\Assert::getStaticAttribute (   $className,
  $attributeName 
)
static

Returns the value of a static attribute. This also works for attributes that are declared protected or private.

Parameters
string$className
string$attributeName
Returns
mixed
Exceptions
Exception

◆ greaterThan()

static PHPUnit\Framework\Assert::greaterThan (   $value)
static
Parameters
mixed$value
Returns
GreaterThan

◆ greaterThanOrEqual()

static PHPUnit\Framework\Assert::greaterThanOrEqual (   $value)
static
Parameters
mixed$value
Returns
LogicalOr

◆ identicalTo()

static PHPUnit\Framework\Assert::identicalTo (   $value)
static
Parameters
mixed$value
Returns
IsIdentical

◆ isEmpty()

static PHPUnit\Framework\Assert::isEmpty ( )
static
Returns
IsEmpty

◆ isFalse()

static PHPUnit\Framework\Assert::isFalse ( )
static
Returns
IsFalse

◆ isFinite()

static PHPUnit\Framework\Assert::isFinite ( )
static
Returns
IsFinite

◆ isInfinite()

static PHPUnit\Framework\Assert::isInfinite ( )
static
Returns
IsInfinite

◆ isInstanceOf()

static PHPUnit\Framework\Assert::isInstanceOf (   $className)
static
Parameters
string$className
Returns
IsInstanceOf

◆ isJson()

static PHPUnit\Framework\Assert::isJson ( )
static
Returns
IsJson

◆ isNan()

static PHPUnit\Framework\Assert::isNan ( )
static
Returns
IsNan

◆ isNull()

static PHPUnit\Framework\Assert::isNull ( )
static
Returns
IsNull

◆ isReadable()

static PHPUnit\Framework\Assert::isReadable ( )
static
Returns
IsReadable

◆ isTrue()

static PHPUnit\Framework\Assert::isTrue ( )
static
Returns
IsTrue

◆ isType()

static PHPUnit\Framework\Assert::isType (   $type)
static
Parameters
string$type
Returns
IsType

◆ isWritable()

static PHPUnit\Framework\Assert::isWritable ( )
static
Returns
IsWritable

◆ lessThan()

static PHPUnit\Framework\Assert::lessThan (   $value)
static
Parameters
mixed$value
Returns
LessThan

◆ lessThanOrEqual()

static PHPUnit\Framework\Assert::lessThanOrEqual (   $value)
static
Parameters
mixed$value
Returns
LogicalOr

◆ logicalAnd()

static PHPUnit\Framework\Assert::logicalAnd ( )
static
Returns
LogicalAnd

◆ logicalNot()

static PHPUnit\Framework\Assert::logicalNot ( Constraint  $constraint)
static
Parameters
Constraint$constraint
Returns
LogicalNot

◆ logicalOr()

static PHPUnit\Framework\Assert::logicalOr ( )
static
Returns
LogicalOr

◆ logicalXor()

static PHPUnit\Framework\Assert::logicalXor ( )
static
Returns
LogicalXor

◆ markTestIncomplete()

static PHPUnit\Framework\Assert::markTestIncomplete (   $message = '')
static

Mark the test as incomplete.

Parameters
string$message
Exceptions
IncompleteTestError

◆ markTestSkipped()

static PHPUnit\Framework\Assert::markTestSkipped (   $message = '')
static

Mark the test as skipped.

Parameters
string$message
Exceptions
SkippedTestError

◆ matches()

static PHPUnit\Framework\Assert::matches (   $string)
static
Parameters
string$string
Returns
StringMatchesFormatDescription

◆ matchesRegularExpression()

static PHPUnit\Framework\Assert::matchesRegularExpression (   $pattern)
static
Parameters
string$pattern
Returns
RegularExpression

◆ objectHasAttribute()

static PHPUnit\Framework\Assert::objectHasAttribute (   $attributeName)
static
Parameters
string$attributeName
Returns
ObjectHasAttribute

◆ readAttribute()

static PHPUnit\Framework\Assert::readAttribute (   $classOrObject,
  $attributeName 
)
static

Returns the value of an attribute of a class or an object. This also works for attributes that are declared protected or private.

Parameters
string | object$classOrObject
string$attributeName
Returns
mixed
Exceptions
Exception

◆ resetCount()

static PHPUnit\Framework\Assert::resetCount ( )
static

Reset the assertion counter.

◆ stringContains()

static PHPUnit\Framework\Assert::stringContains (   $string,
  $case = true 
)
static
Parameters
string$string
bool$case
Returns
StringContains

◆ stringEndsWith()

static PHPUnit\Framework\Assert::stringEndsWith (   $suffix)
static
Parameters
mixed$suffix
Returns
StringEndsWith

◆ stringStartsWith()

static PHPUnit\Framework\Assert::stringStartsWith (   $prefix)
static
Parameters
mixed$prefix
Returns
StringStartsWith

The documentation for this class was generated from the following file: