Dumplie\CustomerService\Tests\Integration\Application\InMemory\OrderTest::setUp PHP 메소드

setUp() 공개 메소드

public setUp ( )
    function setUp()
    {
        $this->customerServiceContext = new InMemoryCustomerServiceContext(new InMemoryEventLog(), new TacticianFactory());
    }
OrderTest