Public Member Functions | |
testBaseTableColumns ($field_name, $bundle_name, $info) | |
getBaseFields () | |
testBaseTableForeignKey ($field_name, $bundle_name, $info) | |
getBaseFkFields () | |
testNonBaseTable ($field_name, $bundle_name, $info) | |
getNonBaseFields () | |
Test ChadoField->getValueList() Method.
Tests\tripal_chado\fields\ChadoFieldGetValuesListTest::getBaseFields | ( | ) |
DataProvider: a list of fields who store their data in the base table of a bundle.
Each element describes a field instance and consists of:
Tests\tripal_chado\fields\ChadoFieldGetValuesListTest::getBaseFkFields | ( | ) |
DataProvider: a list of fields who store their data in the base table of a bundle.
Each element describes a field instance and consists of:
Tests\tripal_chado\fields\ChadoFieldGetValuesListTest::getNonBaseFields | ( | ) |
DataProvider: a list of fields who store their data in the base table of a bundle.
Each element describes a field instance and consists of:
Tests\tripal_chado\fields\ChadoFieldGetValuesListTest::testBaseTableColumns | ( | $field_name, | |
$bundle_name, | |||
$info | |||
) |
Test getValueList for fields based on columns in the base table.
@dataProvider getBaseFields
@group fields @group getValueList
Tests\tripal_chado\fields\ChadoFieldGetValuesListTest::testBaseTableForeignKey | ( | $field_name, | |
$bundle_name, | |||
$info | |||
) |
Test for fields based on columns in the base table that are also foreign keys.
@dataProvider getBaseFkFields @group current @group fields @group getValueList
Tests\tripal_chado\fields\ChadoFieldGetValuesListTest::testNonBaseTable | ( | $field_name, | |
$bundle_name, | |||
$info | |||
) |
Test for fields based on tables besides the base one for the bundle. CURRENTLY RETRIEVING VALUES FOR THESE TABLES IS NOT SUPPORTED.
@dataProvider getNonBaseFields
@group fields @group getValueList