Dumplie\CustomerService\Tests\Integration\Application\InMemory\PaymentTest::setUp PHP Метод

setUp() публичный Метод

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