Controller\Index::test PHP Method

test() public method

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