|
Tripal
|


Public Member Functions | |
| getMock () | |
| testBioTaskBaseConstructor () | |
| testBioTaskBaseParameters () | |
Protected Member Functions | |
| setUp () | |
Protected Member Functions inherited from Drupal\Tests\tripal\Kernel\TripalTestKernelBase | |
| prepareEnvironment (array $functionality) | |
Protected Attributes | |
| ObjectProphecy | $proConfigFactory |
| object | $configFactory |
| ObjectProphecy | $proConfig |
| object | $config |
Protected Attributes inherited from Drupal\Tests\tripal\Kernel\TripalTestKernelBase | |
| $messenger = NULL | |
| $logger = NULL | |
| $fileretriever = NULL | |
| $publish_manager = NULL | |
Additional Inherited Members | |
Static Protected Attributes inherited from Drupal\Tests\tripal\Kernel\TripalTestKernelBase | |
| static | $modules = ['tripal'] |
Tests for tasks.
@coversDefaultClass \Drupal\tripal_biodb\Task\BioTaskBase
@group Tripal @group Tripal BioDb @group Tripal BioDb Task
@covers ::__construct @covers ::initId @covers ::getId @covers ::getLogger @covers ::setParameters @covers ::prepareSchemas
| Drupal\Tests\tripal_biodb\Kernel\Task\BioTaskBaseTest::getMock | ( | ) |
Setup a mock version of the abstract BioTaskBase for testing.
|
protected |
{{}}
Reimplemented from Drupal\Tests\tripal\Kernel\TripalTestKernelBase.
| Drupal\Tests\tripal_biodb\Kernel\Task\BioTaskBaseTest::testBioTaskBaseConstructor | ( | ) |
Tests constructor: check constructor calls.
| Drupal\Tests\tripal_biodb\Kernel\Task\BioTaskBaseTest::testBioTaskBaseParameters | ( | ) |
Tests setting + preparing input/output schema.