Overview

Namespaces

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

Classes

  • Dictionary
  • Expect
  • FailedMessage
  • MatcherDictionary
  • MatcherEvaluator
  • MatcherPackage
  • Result

Interfaces

  • Configurable
  • Configuration
  • Configurator
  • Context
  • ContextFactory
  • Evaluator
  • Matcher
  • MatcherContainer
  • MatcherFactory
  • MatcherRegistry
  • Message
  • PackageRegistrar
  • RegisterablePackage
  • ResultReporter

Traits

  • MatcherLookupTable

Functions

  • expect
  • Overview
  • Namespace
  • Class

Interface MatcherRegistry

Container that register the matcher class.

expect\MatcherRegistry implements expect\MatcherContainer

Direct known implementers

expect\registry\DefaultMatcherRegistry
Namespace: expect
Copyright: Noritaka Horio holy.shared.design@gmail.com
Author: Noritaka Horio holy.shared.design@gmail.com
Located at MatcherRegistry.php
Methods summary
public
# register( expect\package\MatcherClass $matcherClass )

Register the matcher class.

Register the matcher class.

Parameters

$matcherClass
matcher class
Methods inherited from expect\MatcherContainer
get(), has()
Methods inherited from Countable
count()
Expect API documentation generated by ApiGen