PHP Class spec\PhpSpec\Event\SuiteEventSpec

Inheritance: extends PhpSpec\ObjectBehavior
Mostrar archivo Open project: phpspec/phpspec

Public Methods

Method Description
it_can_be_told_that_the_suite_is_no_longer_worth_rerunning ( )
it_can_be_told_that_the_suite_is_worth_rerunning ( )
it_defaults_to_saying_suite_is_not_worth_rerunning ( )
it_is_an_event ( )
it_provides_a_link_to_result ( )
it_provides_a_link_to_suite ( $suite )
it_provides_a_link_to_time ( )
let ( PhpSpec\Loader\Suite $suite )

Method Details

it_can_be_told_that_the_suite_is_no_longer_worth_rerunning() public method

it_can_be_told_that_the_suite_is_worth_rerunning() public method

it_defaults_to_saying_suite_is_not_worth_rerunning() public method

it_is_an_event() public method

public it_is_an_event ( )

let() public method

public let ( PhpSpec\Loader\Suite $suite )
$suite PhpSpec\Loader\Suite