Procházet zdrojové kódy

dummy test so the obo test class isnt empty

bradfordcondon před 6 roky
rodič
revize
8f23a37613
1 změnil soubory, kde provedl 8 přidání a 0 odebrání
  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.
    *