|
Tripal
|


Public Member Functions | |
| testFindValues () | |
Protected Member Functions | |
| setUp () | |
Protected Attributes | |
| $fields = [] | |
| $yaml_file = __DIR__ . "/ChadoStorageFindValuesTest-FieldDefinitions.yml" | |
Additional Inherited Members | |
Public Attributes inherited from Drupal\Tests\tripal_chado\Kernel\ChadoTestKernelBase | |
| 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 |
Static Protected Attributes inherited from Drupal\Tests\tripal_chado\Kernel\ChadoTestKernelBase | |
| static | $modules = ['tripal', 'tripal_biodb', 'tripal_chado'] |
Tests that ChadoStorage::findValues() works as expected.
@group Tripal @group Tripal Chado @group ChadoStorage
|
protected |
{{}}
Reimplemented from Drupal\Tests\tripal_chado\Kernel\ChadoTestKernelBase.
| Drupal\Tests\tripal_chado\Kernel\Plugin\ChadoStorage\ChadoStorageFindValuesTest::testFindValues | ( | ) |
Test the findValue method used by publish.
Debugging information for the found list * foreach ($found as $k1 => $lvl2) { print " $k1 =>\n"; foreach ($lvl2 as $k2 => $lvl3) { print " $k2 =>\n"; foreach ($lvl3 as $k3 => $lvl4) { print " $k3 => " . $lvl4['value']->getValue() . "\n"; } } }