Ejemplo n.º 1
0
 function __construct($createDefaultManager = true)
 {
     parent::__construct();
     $this->oApi =& Test_OA_Api_XmlRpc::staticGetApi($createDefaultManager);
 }
Ejemplo n.º 2
0
 function Test_OA_Api_XmlRpc($createDefaultManager = true)
 {
     $this->UnitTestCase();
     $this->oApi =& Test_OA_Api_XmlRpc::staticGetApi($createDefaultManager);
 }