Dumplie\Customer\Tests\Integration\Application\InMemory\CheckoutTest::setUp PHP Method

setUp() public method

public setUp ( )
    function setUp()
    {
        $this->transactionFactory = new Factory();
        $this->customerContext = new InMemoryCustomerContext(new InMemoryEventLog(), new TacticianFactory());
    }
CheckoutTest