소스 검색

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