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

Class AnonymousReporter

The AnonymousReporter creates a reporter from a PHP callable.

Peridot\Reporter\AbstractBaseReporter implements Peridot\Reporter\ReporterInterface uses Peridot\Core\HasEventEmitterTrait
Extended by Peridot\Reporter\AnonymousReporter
Namespace: Peridot\Reporter
Package: Peridot\Reporter
Located at Reporter/AnonymousReporter.php
Methods summary
public
# __construct( callable $init, Peridot\Configuration $configuration, Symfony\Component\Console\Output\OutputInterface $output, Evenement\EventEmitterInterface $eventEmitter )

Creates a reporter from a callable

Creates a reporter from a callable

Parameters

$init
$configuration
$output
$eventEmitter

Overrides

Peridot\Reporter\AbstractBaseReporter::__construct()
public
# init( )

Initialize reporter. Setup and listen for events

Initialize reporter. Setup and listen for events

Methods inherited from Peridot\Reporter\AbstractBaseReporter
color(), footer(), getConfiguration(), getOutput(), getTime(), hasColorSupport(), isOnWindows(), outputError(), outputTrace(), registerSymbols(), setTime(), symbol(), warnings()
Methods inherited from Peridot\Reporter\ReporterInterface
getEventEmitter()
Methods used from Peridot\Core\HasEventEmitterTrait
getEventEmitter(), setEventEmitter()
Properties summary
protected callable $initFn
#
Properties inherited from Peridot\Reporter\AbstractBaseReporter
$colors, $configuration, $errors, $output, $passing, $pending, $symbols, $time
Properties used from Peridot\Core\HasEventEmitterTrait
$eventEmitter
Peridot API documentation generated by ApiGen