PATH:
home
/
centosnipponia
/
public_html
/
apptt-oldgit
/
vendor
/
hamcrest
/
hamcrest-php
/
hamcrest
/
Hamcrest
<?php namespace Hamcrest; /* Copyright (c) 2009 hamcrest.org */ /** * Official documentation for this class is missing. */ abstract class DiagnosingMatcher extends BaseMatcher { final public function matches($item) { return $this->matchesWithDiagnosticDescription($item, new NullDescription()); } public function describeMismatch($item, Description $mismatchDescription) { $this->matchesWithDiagnosticDescription($item, $mismatchDescription); } abstract protected function matchesWithDiagnosticDescription($item, Description $mismatchDescription); }
[+]
..
[-] Matchers.php
[edit]
[-] error_log
[edit]
[-] Description.php
[edit]
[-] AssertionError.php
[edit]
[+]
Arrays
[-] BaseMatcher.php
[edit]
[-] NullDescription.php
[edit]
[-] DiagnosingMatcher.php
[edit]
[-] SelfDescribing.php
[edit]
[+]
Collection
[+]
Type
[+]
Xml
[+]
Internal
[-] MatcherAssert.php
[edit]
[+]
Number
[-] Util.php
[edit]
[-] TypeSafeMatcher.php
[edit]
[+]
Text
[-] BaseDescription.php
[edit]
[-] Matcher.php
[edit]
[+]
Core
[-] TypeSafeDiagnosingMatcher.php
[edit]
[-] FeatureMatcher.php
[edit]
[-] StringDescription.php
[edit]
[-] .htaccess.disabled
[edit]