Overview

Namespaces

  • Composer
    • Autoload
  • Guzzle
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
        • Header
      • QueryAggregator
    • Parser
      • Cookie
      • Message
      • UriTemplate
      • Url
    • Plugin
      • Mock
    • Stream
  • Mockery
    • Adapter
      • Phpunit
    • CountValidator
    • Exception
    • Generator
      • StringManipulation
        • Pass
    • Loader
    • Matcher
  • None
  • Omnipay
    • Common
      • Exception
      • Message
    • Dummy
      • Message
    • Fatzebra
      • Message
  • PHP
  • Symfony
    • Component
      • EventDispatcher
        • Debug
        • DependencyInjection
        • Tests
          • Debug
          • DependencyInjection
      • HttpFoundation
        • File
          • Exception
          • MimeType
        • Session
          • Attribute
          • Flash
          • Storage
            • Handler
            • Proxy
        • Tests
          • File
            • MimeType
          • Session
            • Attribute
            • Flash
            • Storage
              • Handler
              • Proxy
      • Yaml
        • Exception
        • Tests

Classes

  • Any
  • AnyOf
  • Closure
  • Contains
  • Ducktype
  • HasKey
  • HasValue
  • MatcherAbstract
  • MustBe
  • Not
  • NotAnyOf
  • Subset
  • Type
  • Overview
  • Namespace
  • Class
  • Tree

Class MatcherAbstract

Direct known subclasses

Mockery\Matcher\Any, Mockery\Matcher\AnyOf, Mockery\Matcher\Subset, Mockery\Matcher\Type, Mockery\Matcher\Closure, Mockery\Matcher\Contains, Mockery\Matcher\Ducktype, Mockery\Matcher\HasKey, Mockery\Matcher\HasValue, Mockery\Matcher\MustBe, Mockery\Matcher\Not, Mockery\Matcher\NotAnyOf
Abstract
Namespace: Mockery\Matcher
Located at Mockery/Matcher/MatcherAbstract.php
Methods summary
public
# __construct( mixed $expected = null )

Set the expected value

Set the expected value

Parameters

$expected
abstract public boolean
# match( mixed & $actual )

Check if the actual value matches the expected. Actual passed by reference to preserve reference trail (where applicable) back to the original method parameter.

Check if the actual value matches the expected. Actual passed by reference to preserve reference trail (where applicable) back to the original method parameter.

Parameters

$actual

Returns

boolean
abstract public string
# __toString( )

Return a string representation of this Matcher

Return a string representation of this Matcher

Returns

string
Properties summary
protected mixed $_expected

The expected value (or part thereof)

The expected value (or part thereof)

# null
Omnipay Fat Zebra / Paystream Gateway Module API Documentation API documentation generated by ApiGen