PHP Class blink\testing\TestCase

Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Show file Open project: bixuehujin/blink

Protected Properties

Property Type Description
$app

Public Methods

Method Description
actor ( ) : RequestActor Returns a new request actor for testing.
createApplication ( )
setUp ( )
tearDown ( )

Method Details

actor() public method

Returns a new request actor for testing.
Since: 0.3.0
public actor ( ) : RequestActor
return RequestActor

createApplication() abstract public method

abstract public createApplication ( )

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

Property Details

$app protected property

protected $app