فهرست منبع

reorganize tests and add loader category to readme

Bradford Condon 6 سال پیش
والد
کامیت
4a7174469f
3فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      tests/README.md
  2. 0 0
      tests/tripal_chado/loaders/GFF3ImporterTest.php
  3. 0 0
      tests/tripal_chado/loaders/TaxonomyImporterTest.php

+ 1 - 0
tests/README.md

@@ -49,6 +49,7 @@ Tests must end with `Test.php` to be recognized by PHPUnit.  The tests themselve
 * fields
 * entities
 * admin
+* loaders
 
 So for example, tests for the file `tripal/api/tripal.jobs.api.inc` should go in `tests/tripal/api/TripalJobsAPITest.php`. tests that don't fit in any of these categories should be placed in `tests/[submodule]/`.
 

+ 0 - 0
tests/tripal_chado/GFF3ImporterTest.php → tests/tripal_chado/loaders/GFF3ImporterTest.php


+ 0 - 0
tests/tripal_chado/TaxonomyImporterTest.php → tests/tripal_chado/loaders/TaxonomyImporterTest.php