PHP Class Dumplie\SharedKernel\Tests\Integration\Application\InMemory\CommandExtensionTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: dumplie/dumplie

Public Methods

Method Description
setUp ( )
test_command_extension_points ( )
test_extension_execution_without_specified_order ( )
test_extensions_execution_order ( )

Private Methods

Method Description
createExtensionProphecy ( Dumplie\SharedKernel\Application\Command\Command $command, Closure $prePromise = null, Closure $postPromise = null ) : Prophecy\Prophecy\ObjectProphecy

Method Details

setUp() public method

public setUp ( )

test_command_extension_points() public method

test_extension_execution_without_specified_order() public method

test_extensions_execution_order() public method