|
Tripal
|


Public Member Functions | |
| testTripalStorageBaseFieldDefn () | |
| testTripalStorageBasePropTypes () | |
Protected Member Functions | |
| setUp () | |
Protected Attributes | |
| object | $mock_term |
| object | $mock_logger |
Static Protected Attributes | |
| static | $modules = ['tripal'] |
Tests for Tripal Storage Base class.
@group Tripal @group TripalStorage
|
protected |
{}
| Drupal\Tests\tripal\Kernel\TripalStorage\TripalStorageTest::testTripalStorageBaseFieldDefn | ( | ) |
Tests the add/get field definition functionality.
| Drupal\Tests\tripal\Kernel\TripalStorage\TripalStorageTest::testTripalStorageBasePropTypes | ( | ) |
Tests the add/get property type functionality.
|
protected |
A dummy tripal logger. This exists to ensure that nothing is written to the PHP error_log as that causes a PHPUnit exception. Instead this mock will always print the message to the screen.
|
staticprotected |
{}