PHP Class spec\Prophecy\Doubler\ClassPatch\KeywordPatchSpec

Inheritance: extends PhpSpec\ObjectBehavior
显示文件 Open project: phpspec/prophecy

Public Methods

Method Description
it_is_a_patch ( )
it_will_remove_echo_and_eval_methods ( Prophecy\Doubler\Generator\Node\ClassNode $node, Prophecy\Doubler\Generator\Node\MethodNode $method1, Prophecy\Doubler\Generator\Node\MethodNode $method2, Prophecy\Doubler\Generator\Node\MethodNode $method3 )
its_priority_is_49 ( )

Method Details

it_is_a_patch() public method

public it_is_a_patch ( )

it_will_remove_echo_and_eval_methods() public method

public it_will_remove_echo_and_eval_methods ( Prophecy\Doubler\Generator\Node\ClassNode $node, Prophecy\Doubler\Generator\Node\MethodNode $method1, Prophecy\Doubler\Generator\Node\MethodNode $method2, Prophecy\Doubler\Generator\Node\MethodNode $method3 )
$node Prophecy\Doubler\Generator\Node\ClassNode
$method1 Prophecy\Doubler\Generator\Node\MethodNode
$method2 Prophecy\Doubler\Generator\Node\MethodNode
$method3 Prophecy\Doubler\Generator\Node\MethodNode

its_priority_is_49() public method

public its_priority_is_49 ( )