function __construct()
 {
     parent::__construct('User cache tests');
 }
 function setUp()
 {
     parent::setup();
     $this->TestSettings = new AbstractSettings('testtable', array('test_name'), 'test_value');
 }
Ejemplo n.º 3
0
 function __construct()
 {
     parent::__construct('Item functions test');
 }