PHP Class spec\PhpSpec\Loader\Node\ExampleNodeSpec

Inheritance: extends PhpSpec\ObjectBehavior
Mostra file Open project: phpspec/phpspec

Public Methods

Method Description
it_is_not_pending_after_marked_as_pending_with_false ( )
it_is_not_pending_by_default ( )
it_is_pending_after_marked_as_pending_with_no_args ( )
it_is_pending_after_marked_as_pending_with_true ( )
it_provides_a_link_to_function ( $function )
it_provides_a_link_to_specification ( SpecificationNode $specification )
it_provides_a_link_to_title ( )
it_returns_its_line_number ( ReflectionFunctionAbstract $function )
it_returns_its_line_number_as_zero_if_constructed_with_closure ( ReflectionFunctionAbstract $function )
let ( ReflectionFunctionAbstract $function )

Method Details

it_is_not_pending_after_marked_as_pending_with_false() public method

it_is_not_pending_by_default() public method

it_is_pending_after_marked_as_pending_with_no_args() public method

it_is_pending_after_marked_as_pending_with_true() public method

it_returns_its_line_number() public method

public it_returns_its_line_number ( ReflectionFunctionAbstract $function )
$function ReflectionFunctionAbstract

it_returns_its_line_number_as_zero_if_constructed_with_closure() public method

public it_returns_its_line_number_as_zero_if_constructed_with_closure ( ReflectionFunctionAbstract $function )
$function ReflectionFunctionAbstract

let() public method

public let ( ReflectionFunctionAbstract $function )
$function ReflectionFunctionAbstract