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

  • Context
  • Runner
  • SuiteLoader

Interfaces

  • RunnerInterface
  • SuiteLoaderInterface
  • Overview
  • Namespace
  • Class

Namespace Peridot\Runner

Classes summary
Context

Context tracks the state of the runner - i.e the current Suite, and provides access to Peridot's global state.

Runner The Runner is responsible for running a given Suite.
SuiteLoader

SuiteLoader will recursively load test files given a glob friendly pattern.

Interfaces summary
RunnerInterface

The RunnerInterface defines how a runner should run tests and populate results.

SuiteLoaderInterface

The SuiteLoaderInterface outlines a contract for including tests

Peridot API documentation generated by ApiGen