Overview

Namespaces

  • expect
    • config
    • configurator
    • context
    • factory
    • matcher
      • strategy
    • package
    • registry
    • reporter

Classes

  • PatternMatcher
  • ToBe
  • ToBeA
  • ToBeAbove
  • ToBeAn
  • ToBeAnInstanceOf
  • ToBeArray
  • ToBeBelow
  • ToBeBoolean
  • ToBeEmpty
  • ToBeFalse
  • ToBeFalsey
  • ToBeFloat
  • ToBeGreaterThan
  • ToBeInteger
  • ToBeLessThan
  • ToBeNull
  • ToBeString
  • ToBeTrue
  • ToBeTruthy
  • ToBeWithin
  • ToContain
  • ToEndWith
  • ToEqual
  • ToHaveKey
  • ToHaveLength
  • ToMatch
  • ToPrint
  • ToStartWith
  • ToThrow
  • TruthyMatcher

Interfaces

  • ReportableMatcher

Traits

  • EqualMatcherDelegatable
  • GreaterThanMatcherDelegatable
  • LengthMatcherDelegatable
  • LessThanMatcherDelegatable
  • TypeMatcherDelegatable
  • Overview
  • Namespace
  • Class

Interface ReportableMatcher

Verify whether the value is consistent with what is expected, and also reports the results.

expect\matcher\ReportableMatcher implements expect\Matcher

Direct known implementers

expect\matcher\ToBe, expect\matcher\ToBeA, expect\matcher\ToBeFalsey, expect\matcher\ToBeFloat, expect\matcher\ToBeGreaterThan, expect\matcher\ToBeInteger, expect\matcher\ToBeLessThan, expect\matcher\ToBeNull, expect\matcher\ToBeString, expect\matcher\ToBeTrue, expect\matcher\ToBeTruthy, expect\matcher\ToBeWithin, expect\matcher\ToBeAbove, expect\matcher\ToContain, expect\matcher\ToEndWith, expect\matcher\ToEqual, expect\matcher\ToHaveKey, expect\matcher\ToHaveLength, expect\matcher\ToMatch, expect\matcher\ToPrint, expect\matcher\ToStartWith, expect\matcher\ToThrow, expect\matcher\ToBeAn, expect\matcher\ToBeAnInstanceOf, expect\matcher\ToBeArray, expect\matcher\ToBeBelow, expect\matcher\ToBeBoolean, expect\matcher\ToBeEmpty, expect\matcher\ToBeFalse
Namespace: expect\matcher
Copyright: Noritaka Horio holy.shared.design@gmail.com
Author: Noritaka Horio holy.shared.design@gmail.com
Located at matcher/ReportableMatcher.php
Methods summary
public
# reportFailed( expect\FailedMessage $message )

Report the reason for the failure of positive evaluation.

Report the reason for the failure of positive evaluation.

Parameters

$message
message
public
# reportNegativeFailed( expect\FailedMessage $message )

Report the reason for the failure of negative evaluation.

Report the reason for the failure of negative evaluation.

Parameters

$message
message
Methods inherited from expect\Matcher
match()
Expect API documentation generated by ApiGen