Eccube\Tests\Plugin\Web\Mypage\WithdrawControllerTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        parent::setUp();
        $this->initializeMailCatcher();
        $this->Customer = $this->createCustomer();
    }