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

Namespace Peridot\Reporter

Classes summary
AbstractBaseReporter

The base class for all Peridot reporters. Sits on top of an OutputInterface and an EventEmitter in order to report Peridot results.

AnonymousReporter The AnonymousReporter creates a reporter from a PHP callable.
CompositeReporter Combines multiple reporters.
ReporterFactory The ReporterFactory is used to list and register Peridot reporters.
SpecReporter

The SpecReporter is the default Peridot reporter. It organizes Suite and Test results in a hierarchical manner.

Interfaces summary
ReporterInterface ReporterInterface is the contract for Peridot reporters.
Peridot API documentation generated by ApiGen