@@ -12,6 +12,14 @@ class OBOImporterTest extends TripalTestCase {
// Uncomment to auto start and rollback db transactions per test method.
use DBTransaction;
+ /**
+ * Dummy test to prevent warnings until the below tests are uncommented.
+ */
+ public function testDummy(){
+ $this->assertTrue(TRUE);
+
+ }
/**
* A helper function for loading any OBO.
*