Tripal
|
Public Member Functions | |
testChadoPreparer () | |
testPrepareTestChadoSimulation () | |
![]() | |
createTripalTerm ($values, $idspace_plugin_id, $vocab_plugin_id) | |
createTripalContent ($values=[]) | |
createTripalContentType ($values=[]) | |
Protected Member Functions | |
runPrepareStepAssertions ($chadoSchema2check) | |
![]() | |
setUp () | |
Static Protected Attributes | |
static | $modules = ['tripal', 'tripal_chado', 'tripal_biodb', 'field_ui'] |
![]() | |
static | $modules = ['tripal', 'tripal_biodb', 'tripal_chado'] |
![]() | |
static | $modules = ['tripal'] |
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' | |
Tests for Chado preparer task.
@coversDefaultClass \Drupal\tripal_chado\Task\ChadoPreparer
@group Tripal @group Tripal Chado @group Tripal Chado Task @group Tripal Chado Preparer
|
protected |
Helper Method: Check that the prepare step created what we expected it to.
Drupal\Tests\tripal_chado\Functional\Task\ChadoPreparerTest::testChadoPreparer | ( | ) |
Tests the official Chado prepare task.
Drupal\Tests\tripal_chado\Functional\Task\ChadoPreparerTest::testPrepareTestChadoSimulation | ( | ) |
Tests ChadoBrowserTestBase->prepareTestChado().
This is added to speed up automated tests which require the prepare step. This automated test ensures this simulated prepare (using SQL dumps) produces an accurate representation of the official Prepare Task.
|
staticprotected |
{}