PHP Класс spec\Prophecy\Doubler\ClassPatch\TraversablePatchSpec

Наследование: extends PhpSpec\ObjectBehavior
Показать файл Открыть проект

Открытые методы

Метод Описание
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 )

Описание методов

it_does_not_support_class_that_implements_Iterator() публичный Метод

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 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 it_forces_node_to_implement_IteratorAggregate ( Prophecy\Doubler\Generator\Node\ClassNode $node )
$node Prophecy\Doubler\Generator\Node\ClassNode

it_has_100_priority() публичный Метод

public it_has_100_priority ( )

it_is_a_patch() публичный Метод

public it_is_a_patch ( )

it_supports_class_that_implements_only_Traversable() публичный Метод

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