| 
    Tripal
    
   | 
 


Public Member Functions | |
| testChadoPreparer () | |
| testPrepareTestChadoSimulation () | |
  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 | |
| runPrepareStepAssertions ($chadoSchema2check) | |
  Protected Member Functions inherited from Drupal\Tests\tripal_chado\Functional\ChadoTestBrowserBase | |
| setUp () | |
Static Protected Attributes | |
| static | $modules = ['tripal', 'tripal_chado', 'tripal_biodb', 'field_ui'] | 
  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'] | 
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' | |
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 | 
{}