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

Class FailedMessage

Message when validation fails.

expect\FailedMessage implements expect\Message
Namespace: expect
Copyright: Noritaka Horio holy.shared.design@gmail.com
Author: Noritaka Horio holy.shared.design@gmail.com
Located at FailedMessage.php
Methods summary
public
# __construct( string $message = '' )

Parameters

$message
public
# appendText( mixed $value )

Append the text to the last.

Append the text to the last.

Parameters

$value

Returns


$this
public
# appendSpace( integer $length )

Append the length space.

Append the length space.

Parameters

$length

Returns


$this
public
# appendValue( mixed $value )

Append the value to the last.

Append the value to the last.

Parameters

$value

Returns


$this
public
# appendValues( array $values )

Append the values to the last.

Append the values to the last.

Parameters

$values

Returns


$this
public
# concat( expect\FailedMessage $message )
public static
# fromString( $value )
public
# __toString( )
Expect API documentation generated by ApiGen