namespace PHPUnit\Framework\Constraint
Object name | File name | Summary |
---|---|---|
ArrayHasKey | vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
BinaryOperator | vendor/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
Callback | vendor/phpunit/phpunit/src/Framework/Constraint/Callback.php | @psalm-template CallbackInput of mixed |
Constraint | vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
Count | vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
DirectoryExists | vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
Exception | vendor/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
ExceptionCode | vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
ExceptionMessageIsOrContains | vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageIsOrContains.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
ExceptionMessageMatchesRegularExpression | vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageMatchesRegularExpression.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
FileExists | vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
GreaterThan | vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
IsAnything | vendor/phpunit/phpunit/src/Framework/Constraint/IsAnything.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
IsEmpty | vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
IsEqual | vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
IsEqualCanonicalizing | vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
IsEqualIgnoringCase | vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
IsEqualWithDelta | vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
IsFalse | vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
IsFinite | vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
IsIdentical | vendor/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
IsInfinite | vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
IsInstanceOf | vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
IsJson | vendor/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
IsList | vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/IsList.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
IsNan | vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
IsNull | vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
IsReadable | vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
IsTrue | vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
IsType | vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
IsWritable | vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
JsonMatches | vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
LessThan | vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
LogicalAnd | vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
LogicalNot | vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
LogicalOr | vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
LogicalXor | vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
ObjectEquals | vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
ObjectHasProperty | vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasProperty.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
Operator | vendor/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
RegularExpression | vendor/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
SameSize | vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
StringContains | vendor/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
StringEndsWith | vendor/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
StringEqualsStringIgnoringLineEndings | vendor/phpunit/phpunit/src/Framework/Constraint/String/StringEqualsStringIgnoringLineEndings.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
StringMatchesFormatDescription | vendor/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
StringStartsWith | vendor/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
TraversableContains | vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
TraversableContainsEqual | vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |
TraversableContainsIdentical | vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php | @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit |