PHP Class spec\Prophecy\Doubler\ClassPatch\TraversablePatchSpec

Inheritance: extends PhpSpec\ObjectBehavior
Exibir arquivo Open project: phpspec/prophecy

Public Methods

Method Description
it_does_not_support_class_that_implements_Iterator ( Prophecy\Doubler\Generator\Node\ClassNode $node )
it_does_not_support_class_that_implements_IteratorAggregate ( Prophecy\Doubler\Generator\Node\ClassNode $node )
it_forces_node_to_implement_IteratorAggregate ( Prophecy\Doubler\Generator\Node\ClassNode $node )
it_has_100_priority ( )
it_is_a_patch ( )
it_supports_class_that_implements_only_Traversable ( Prophecy\Doubler\Generator\Node\ClassNode $node )

Method Details

it_does_not_support_class_that_implements_Iterator() public method

public it_does_not_support_class_that_implements_Iterator ( Prophecy\Doubler\Generator\Node\ClassNode $node )
$node Prophecy\Doubler\Generator\Node\ClassNode

it_does_not_support_class_that_implements_IteratorAggregate() public method

public it_does_not_support_class_that_implements_IteratorAggregate ( Prophecy\Doubler\Generator\Node\ClassNode $node )
$node Prophecy\Doubler\Generator\Node\ClassNode

it_forces_node_to_implement_IteratorAggregate() public method

public it_forces_node_to_implement_IteratorAggregate ( Prophecy\Doubler\Generator\Node\ClassNode $node )
$node Prophecy\Doubler\Generator\Node\ClassNode

it_has_100_priority() public method

public it_has_100_priority ( )

it_is_a_patch() public method

public it_is_a_patch ( )

it_supports_class_that_implements_only_Traversable() public method

public it_supports_class_that_implements_only_Traversable ( Prophecy\Doubler\Generator\Node\ClassNode $node )
$node Prophecy\Doubler\Generator\Node\ClassNode