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
 /**
  * This is an extended list of expected classes
  * 
  * @return array
  */
 protected function expectedClasses()
 {
     return parent::expectedClasses() + array('KnownNode', 'MeshingIdentity', 'TestEventVersionable', 'TestOrganiserVersionable');
 }
Example #3
0
 public function __construct($label = false)
 {
     parent::__construct('test_propel', $label);
 }