コード例 #1
0
 public function testloadAll()
 {
     //execute the method and check if it works and doesn't throws an exception
     //this method only includes file so there is no output to test.
     try {
         SugarAutoLoader::loadAll();
         $this->assertTrue(true);
     } catch (Exception $e) {
         $this->fail();
     }
 }