1234567891011121314151617181920 |
- <?php
- namespace Tests\tripal_chado\api;
- use StatonLab\TripalTestSuite\DBTransaction;
- use StatonLab\TripalTestSuite\TripalTestCase;
- class TripalChadoCustomTablesAPITest extends TripalTestCase {
-
-
-
- public function testBasicExample() {
- $this->assertTrue(TRUE);
- }
- }
|