Dumplie\CustomerService\Tests\Integration\Application\InMemory\PaymentTest::setUp PHP Method

setUp() public method

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