Dumplie\CustomerService\Tests\AbstractCustomerServiceContext::orders PHP Method

orders() public method

public orders ( ) : Dumplie\CustomerService\Domain\Orders
return Dumplie\CustomerService\Domain\Orders
    public function orders() : Orders
    {
        return $this->orders;
    }