PHP Class Dumplie\Customer\Tests\Integration\Application\Generic\OrderTestCase

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

Protected Properties

Property Type Description
$customerContext Dumplie\Customer\Tests\CustomerContext
$eventLog Dumplie\SharedKernel\Application\EventLog
$transactionFactory Dumplie\SharedKernel\Application\Transaction\Factory

Public Methods

Method Description
clear ( )
test_placing_new_order ( )
test_placing_order_with_the_same_id_twice ( )

Method Details

clear() abstract public method

abstract public clear ( )

test_placing_new_order() public method

test_placing_order_with_the_same_id_twice() public method

Property Details

$customerContext protected_oe property

protected CustomerContext,Dumplie\Customer\Tests $customerContext
return Dumplie\Customer\Tests\CustomerContext

$eventLog protected_oe property

protected EventLog,Dumplie\SharedKernel\Application $eventLog
return Dumplie\SharedKernel\Application\EventLog

$transactionFactory protected_oe property

protected Factory,Dumplie\SharedKernel\Application\Transaction $transactionFactory
return Dumplie\SharedKernel\Application\Transaction\Factory