Controller\Index::test PHP Méthode

test() public méthode

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