function Matcher::matches
Same name in this branch
- 11.1.x vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Matcher.php \PHPUnit\Framework\MockObject\Matcher::matches()
Parameters
object $object:
string $property:
Return value
boolean
4 methods override Matcher::matches()
- DoctrineProxyMatcher::matches in vendor/
myclabs/ deep-copy/ src/ DeepCopy/ Matcher/ Doctrine/ DoctrineProxyMatcher.php - Matches a Doctrine Proxy class.
- PropertyMatcher::matches in vendor/
myclabs/ deep-copy/ src/ DeepCopy/ Matcher/ PropertyMatcher.php - Matches a specific property of a specific class.
- PropertyNameMatcher::matches in vendor/
myclabs/ deep-copy/ src/ DeepCopy/ Matcher/ PropertyNameMatcher.php - Matches a property by its name.
- PropertyTypeMatcher::matches in vendor/
myclabs/ deep-copy/ src/ DeepCopy/ Matcher/ PropertyTypeMatcher.php
File
-
vendor/
myclabs/ deep-copy/ src/ DeepCopy/ Matcher/ Matcher.php, line 13
Class
Namespace
DeepCopy\MatcherCode
public function matches($object, $property);