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

setUp() public method

public setUp ( )
    function setUp()
    {
        $this->eventLog = new InMemoryEventLog();
        $this->transactionFactory = new Factory();
        $this->customerContext = new InMemoryCustomerContext($this->eventLog, new TacticianFactory(), [new Product(new SKU('SKU_1'), Price::EUR(2500), true), new Product(new SKU('SKU_2'), Price::EUR(2500), true)]);
    }