Example #1
0
 public function __construct($package, $label = false)
 {
     parent::__construct($package, $label);
     // Clear db away from previous tests
     $this->doFixup($package, 'test_model');
     $this->_testClassBuilder('TestModel', $runTests = false);
     $this->_testSqlBuilder($runTests);
     $this->_testConfBuilder($runTests);
     $this->_testSqlRunner($runTests);
     // Init the database connections
     $this->initConnections();
 }
Example #2
0
 public function __construct($label = false)
 {
     parent::__construct('test_model', $label);
 }