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

Trait TypeMatcherDelegatable

Direct Known Users

expect\matcher\ToBeA, expect\matcher\ToBeArray, expect\matcher\ToBeBoolean, expect\matcher\ToBeFloat, expect\matcher\ToBeInteger, expect\matcher\ToBeString
Namespace: expect\matcher
Located at matcher/TypeMatcherDelegatable.php
Methods summary
public
# match( $actual )
public
# reportFailed( expect\FailedMessage $message )
public
# reportNegativeFailed( expect\FailedMessage $message )
Expect API documentation generated by ApiGen