PATH:
home
/
centosnipponia
/
public_html
/
apptt-oldgit
/
vendor
/
hamcrest
/
hamcrest-php
/
hamcrest
/
Hamcrest
<?php namespace Hamcrest; /* Copyright (c) 2009 hamcrest.org */ /** * Null implementation of {@link Hamcrest\Description}. */ class NullDescription implements Description { public function appendText($text) { return $this; } public function appendDescriptionOf(SelfDescribing $value) { return $this; } public function appendValue($value) { return $this; } public function appendValueList($start, $separator, $end, $values) { return $this; } public function appendList($start, $separator, $end, $values) { return $this; } public function __toString() { return ''; } }
[+]
..
[-] 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]