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 MatcherFactory

Factory of matcher.

Direct known implementers

expect\factory\DefaultMatcherFactory
Namespace: expect
Copyright: Noritaka Horio holy.shared.design@gmail.com
Author: Noritaka Horio holy.shared.design@gmail.com
Located at MatcherFactory.php
Methods summary
public expect\matcher\ReportableMatcher
# create( string $name, array $arguments = [] )

Create a matcher.

Create a matcher.

Parameters

$name
matcher name
$arguments
parameters for create

Returns

expect\matcher\ReportableMatcher
Expect API documentation generated by ApiGen