Tripal
|
Public Member Functions | |
testTripalVocabularyClasses () | |
![]() | |
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) | |
![]() | |
setUp () | |
Additional Inherited Members | |
![]() | |
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 |
![]() | |
$defaultTheme = 'stark' | |
![]() | |
static | $modules = ['tripal', 'tripal_biodb', 'tripal_chado'] |
![]() | |
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. |