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

setUp() 공개 메소드

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