|
Tripal
|


Public Member Functions | |
| testTripalVocabularyClasses () | |
Public Member Functions inherited from Drupal\Tests\tripal\Functional\TripalTestBrowserBase | |
| createTripalTerm ($values, $idspace_plugin_id, $vocab_plugin_id) | |
| createTripalContent ($values=[]) | |
| createTripalContentType ($values=[]) | |
Protected Member Functions | |
| getCV ($cvname) | |
| getDB ($dbname) | |
| getCVterm ($cvname, $cvterm_name) | |
| updateRecord ($table, $name, $field, $value) | |
| cleanDB ($dbname) | |
| cleanCV ($cvname) | |
Protected Member Functions inherited from Drupal\Tests\tripal_chado\Functional\ChadoTestBrowserBase | |
| setUp () | |
Additional Inherited Members | |
Public Attributes inherited from Drupal\Tests\tripal_chado\Functional\ChadoTestBrowserBase | |
| const | SCHEMA_NAME_ONLY = 0 |
| const | CREATE_SCHEMA = 1 |
| const | INIT_DUMMY = 2 |
| const | INIT_CHADO_EMPTY = 3 |
| const | INIT_CHADO_DUMMY = 4 |
| const | PREPARE_TEST_CHADO = 5 |
Protected Attributes inherited from Drupal\Tests\tripal\Functional\TripalTestBrowserBase | |
| $defaultTheme = 'stark' | |
Static Protected Attributes inherited from Drupal\Tests\tripal_chado\Functional\ChadoTestBrowserBase | |
| static | $modules = ['tripal', 'tripal_biodb', 'tripal_chado'] |
Static Protected Attributes inherited from Drupal\Tests\tripal\Functional\TripalTestBrowserBase | |
| static | $modules = ['tripal'] |
Tests for the ChadoCVTerm classes
@group Tripal @group Tripal Chado @group Tripal Chado ChadoVocabTerms
|
protected |
A helper function to delete a Chado cv record.
| $dbname | The name of the database to lookup. |
|
protected |
A helper function to delete a Chado db record.
| $dbname | The name of the database to lookup. |
|
protected |
A helper function to retrieve a Chado cv record.
| $dbname | The name of the database to lookup. |
|
protected |
A helper function to retrieve a Chado cvterm record.
| string | $cvname | |
| string | $cvterm_name |
|
protected |
A helper function to retrieve a Chado db record.
| string | $dbname | The name of the database to lookup. |
| Drupal\Tests\tripal_chado\Functional\ChadoVocabTermsTest::testTripalVocabularyClasses | ( | ) |
Tests the ChadoIdSpace Class
@Depends Drupal\tripal_chado\Task\ChadoInstallerTest::testPerformTaskInstaller
|
protected |
A helper function to update a Chado db record.
| $dbname | The name of the database to lookup. |