\PHPUnit_Framework_Test

A Test can be run and collect its results.

Synopsis

interface PHPUnit_Framework_Test extends Countable {
  • // methods
  • public PHPUnit_Framework_TestResult run()
  • // Inherited methods from Countable
  • public int count()
}

Hierarchy

Methods

public

  • run() — Runs a test and collects its result in a TestResult instance.

Inherited from Countable

public

  • count() — Count elements of an object