瀏覽代碼

dummy test so the obo test class isnt empty

bradfordcondon 6 年之前
父節點
當前提交
8f23a37613
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      tests/tripal_chado/loaders/OBOImporterTest.php

+ 8 - 0
tests/tripal_chado/loaders/OBOImporterTest.php

@@ -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.
    *