Controller\Index::test PHP 메소드

test() 공개 메소드

public test ( )
    public function test()
    {
        $alipay = new Alipay(Option::get('alipay_conf'));
        $alipay->run();
    }