PHP Interface Dumplie\CustomerService\Tests\CustomerServiceContext

Inheritance: extends Dumplie\SharedKernel\Tests\Context\Context
Afficher le fichier Open project: dumplie/dumplie Interface Usage Examples

Méthodes publiques

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

Method Details

createPaymentFor() public méthode

public createPaymentFor ( OrderId $orderId ) : PaymentId
$orderId Dumplie\CustomerService\Domain\OrderId
Résultat Dumplie\CustomerService\Domain\PaymentId

customerPlacedOrder() public méthode

public customerPlacedOrder ( string $orderId )
$orderId string

orders() public méthode

public orders ( ) : Dumplie\CustomerService\Domain\Orders
Résultat Dumplie\CustomerService\Domain\Orders

payments() public méthode

public payments ( ) : Dumplie\CustomerService\Domain\Payments
Résultat Dumplie\CustomerService\Domain\Payments