PATH:
home
/
lab2454c
/
tripvare.com
/
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 ''; } }
[-] FeatureMatcher.php
[edit]
[-] Description.php
[edit]
[+]
Collection
[+]
..
[+]
Type
[-] StringDescription.php
[edit]
[-] BaseDescription.php
[edit]
[+]
Internal
[+]
Number
[-] TypeSafeDiagnosingMatcher.php
[edit]
[-] BaseMatcher.php
[edit]
[-] NullDescription.php
[edit]
[-] DiagnosingMatcher.php
[edit]
[-] TypeSafeMatcher.php
[edit]
[+]
Core
[-] Matcher.php
[edit]
[-] SelfDescribing.php
[edit]
[-] Util.php
[edit]
[+]
Text
[+]
Xml
[-] MatcherAssert.php
[edit]
[-] Matchers.php
[edit]
[-] AssertionError.php
[edit]
[+]
Arrays