PHP Class spec\PhpSpec\Process\Prerequisites\SuitePrerequisitesSpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: phpspec/phpspec

Public Methods

Method Description
it_does_nothing_when_types_exist ( PhpSpec\Process\Context\ExecutionContext $executionContext )
it_throws_execption_when_types_do_not_exist ( PhpSpec\Process\Context\ExecutionContext $executionContext )
let ( PhpSpec\Process\Context\ExecutionContext $executionContext )

Method Details

it_does_nothing_when_types_exist() public method

public it_does_nothing_when_types_exist ( PhpSpec\Process\Context\ExecutionContext $executionContext )
$executionContext PhpSpec\Process\Context\ExecutionContext

it_throws_execption_when_types_do_not_exist() public method

public it_throws_execption_when_types_do_not_exist ( PhpSpec\Process\Context\ExecutionContext $executionContext )
$executionContext PhpSpec\Process\Context\ExecutionContext

let() public method

public let ( PhpSpec\Process\Context\ExecutionContext $executionContext )
$executionContext PhpSpec\Process\Context\ExecutionContext