Overview

Namespaces

  • Evenement
  • None
  • Peridot
    • Console
    • Core
    • Reporter
    • Runner
    • Scope
    • Test
  • Symfony
    • Component
      • Console
        • Command
        • Descriptor
        • Event
        • Exception
        • Formatter
        • Helper
        • Input
        • Logger
        • Output
        • Question
        • Style
        • Tester
        • Tests
          • Command
          • Descriptor
          • Fixtures
          • Formatter
          • Helper
          • Input
          • Logger
          • Output
          • Style
          • Tester

Classes

  • AbstractBaseReporter
  • AnonymousReporter
  • CompositeReporter
  • ReporterFactory
  • SpecReporter

Interfaces

  • ReporterInterface
  • Overview
  • Namespace
  • Class

Interface ReporterInterface

ReporterInterface is the contract for Peridot reporters.

Direct known implementers

Peridot\Reporter\AbstractBaseReporter

Indirect known implementers

Peridot\Reporter\AnonymousReporter, Peridot\Reporter\CompositeReporter, Peridot\Reporter\SpecReporter
Namespace: Peridot\Reporter
Package: Peridot\Reporter
Located at Reporter/ReporterInterface.php
Methods summary
public
# init( )

Initialize reporter. Setup and listen for runner events

Initialize reporter. Setup and listen for runner events

public string
# color( $key, $text )

Render the the text in a color identified by $key

Render the the text in a color identified by $key

Parameters

$key
$text

Returns

string
public string
# symbol( $name )

Render the symbol identified by $name

Render the symbol identified by $name

Parameters

$name

Returns

string
public Symfony\Component\Console\Output\OutputInterface
# getOutput( )

Returns

Symfony\Component\Console\Output\OutputInterface
public Peridot\Configuration
# getConfiguration( )

Returns

Peridot\Configuration
public Evenement\EventEmitterInterface
# getEventEmitter( )

Returns

Evenement\EventEmitterInterface
Peridot API documentation generated by ApiGen