function StatsSearchPhraseRegisterTest()
 {
     parent::LimbTestCase(__FILE__);
     $toolkit =& Limb::toolkit();
     $this->conn =& $toolkit->getDbConnection();
     $this->db =& new SimpleDb($this->conn);
 }
 function statsIpTest()
 {
     parent::LimbTestCase(__FILE__);
     $toolkit =& Limb::toolkit();
     $this->conn =& $toolkit->getDbConnection();
     $this->db =& new SimpleDb($this->conn);
 }
  function site_object_controller_tester($class_name)
  {
    $this->db =& db_factory :: instance();

    $this->class_name = $class_name;

    parent :: LimbTestCase();
  }
  function LimbListTagTestCase()
  {
    parent :: LimbTestCase(__FILE__);

    $this->names = array(array('name' => 'Alex'),
                         array('name' => 'Serega'),
                         array('name' => 'Pavel'),
                         array('name' => 'John'));
  }
 function LogTest()
 {
   parent :: LimbTestCase(__FILE__);
 }
 function SQLBasedDAOTest()
 {
   parent :: LimbTestCase(__FILE__);
 }
 function TreeRsProcessorTest()
 {
   parent :: LimbTestCase(__FILE__);
 }
 function StatsCountersReportRecordSetTest()
 {
     parent::LimbTestCase(__FILE__);
 }
 function search_engine_google_rule_test()
 {
     parent::LimbTestCase();
 }
 function tree_sorter_test()
 {
   parent :: LimbTestCase();
 }
 function searchQueryTest($name = 'search query test case')
 {
   parent :: LimbTestCase($name);
 }
  function stats_search_phrase_test()
  {
    parent :: LimbTestCase();

    $this->db =& db_factory :: instance();
  }
 function StatsRequestTest()
 {
     parent::LimbTestCase(__FILE__);
 }
 function ImageObjectsRecordSetTest()
 {
     parent::LimbTestCase(__FILE__);
 }
 function db_mysql_typecast_test($name = 'mysql db test case')
 {
     parent::LimbTestCase($name);
 }
 function CompositeServiceRequestResolverTest()
 {
   parent :: LimbTestCase(__FILE__);
 }
 function StatsPagesReportDAOTest()
 {
     parent::LimbTestCase(__FILE__);
 }
 function LimbActionsDatasourceProcessorTagsTestCase()
 {
   parent :: LimbTestCase(__FILE__);
 }
 function SimpleACLIniBasedPolicyLoaderTest()
 {
     parent::LimbTestCase(__FILE__);
 }
 function log_test()
 {
   parent :: LimbTestCase();
 }
 function LimbLocaleNumberTagTestCase()
 {
   parent :: LimbTestCase(__FILE__);
 }
 function searchEngineYandexRuleTest()
 {
     parent::LimbTestCase(__FILE__);
 }
 function DeleteServiceNodeCommandTest()
 {
     parent::LimbTestCase(__FILE__);
 }
 function LimbDAOTagTestCase()
 {
   parent :: LimbTestCase(__FILE__);
 }
 function ObjectTest()
 {
   parent :: LimbTestCase(__FILE__);
 }
 function sys_params_test()
 {
   $this->db =& db_factory :: instance();
   parent :: LimbTestCase();
 }
 function site_object_fetch_test()
 {
     parent::LimbTestCase();
 }
 function HttpResponseTest()
 {
   parent :: LimbTestCase(__FILE__);
 }
 function SimpleACLIniBasedUsersDAOTest()
 {
     parent::LimbTestCase(__FILE__);
 }
 function LimbStringTagTestCase()
 {
   parent :: LimbTestCase(__FILE__);
 }