PHP Interface Dumplie\CustomerService\Tests\CustomerServiceContext

Inheritance: extends Dumplie\SharedKernel\Tests\Context\Context
Datei anzeigen Open project: dumplie/dumplie Interface Usage Examples

Public Methods

Method Description
createPaymentFor ( OrderId $orderId ) : PaymentId
customerPlacedOrder ( string $orderId )
orders ( ) : Dumplie\CustomerService\Domain\Orders
payments ( ) : Dumplie\CustomerService\Domain\Payments

Method Details

createPaymentFor() public method

public createPaymentFor ( OrderId $orderId ) : PaymentId
$orderId Dumplie\CustomerService\Domain\OrderId
return Dumplie\CustomerService\Domain\PaymentId

customerPlacedOrder() public method

public customerPlacedOrder ( string $orderId )
$orderId string

orders() public method

public orders ( ) : Dumplie\CustomerService\Domain\Orders
return Dumplie\CustomerService\Domain\Orders

payments() public method

public payments ( ) : Dumplie\CustomerService\Domain\Payments
return Dumplie\CustomerService\Domain\Payments