PHP Class spec\PHPSpec2\Loader\Node\Example

Inheritance: extends PHPSpec2\ObjectBehavior
ファイルを表示 Open project: phpspec/phpspec2

Public Methods

Method Description
it_could_have_postfunctions ( $function )
it_could_have_prefunctions ( $function )
it_should_have_mapped_function ( $function )
it_should_have_subject ( )
it_should_have_title ( )
it_should_not_have_postfunctions_by_default ( )
it_should_not_have_prefunctions_by_default ( )
it_should_not_have_specification_by_default ( )
it_should_return_first_parent_specification ( PHPSpec2\Loader\Node\Specification $specification1, PHPSpec2\Loader\Node\Specification $specification2 )
let ( ReflectionFunctionAbstract $function )

Method Details

it_could_have_postfunctions() public method

public it_could_have_postfunctions ( $function )

it_could_have_prefunctions() public method

public it_could_have_prefunctions ( $function )

it_should_have_mapped_function() public method

public it_should_have_mapped_function ( $function )

it_should_have_subject() public method

it_should_have_title() public method

it_should_not_have_postfunctions_by_default() public method

it_should_not_have_prefunctions_by_default() public method

it_should_not_have_specification_by_default() public method

it_should_return_first_parent_specification() public method

public it_should_return_first_parent_specification ( PHPSpec2\Loader\Node\Specification $specification1, PHPSpec2\Loader\Node\Specification $specification2 )
$specification1 PHPSpec2\Loader\Node\Specification
$specification2 PHPSpec2\Loader\Node\Specification

let() public method

public let ( ReflectionFunctionAbstract $function )
$function ReflectionFunctionAbstract