Tripal
Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
Drupal\Tests\tripal\Kernel\TripalStorage\PropertyTypeClassTest Class Reference
Inheritance diagram for Drupal\Tests\tripal\Kernel\TripalStorage\PropertyTypeClassTest:
Inheritance graph
[legend]
Collaboration diagram for Drupal\Tests\tripal\Kernel\TripalStorage\PropertyTypeClassTest:
Collaboration graph
[legend]

Public Member Functions

 testPropertyTypeBaseClass ()
 
 testPropertyTypes ()
 
 testVarCharStoragePropertyType ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

object $mock_term
 
object $mock_idspace
 

Static Protected Attributes

static $modules = ['tripal']
 

Detailed Description

Tests for Tripal Storage Base class.

@group Tripal @group TripalStorage

Member Function Documentation

◆ setUp()

Drupal\Tests\tripal\Kernel\TripalStorage\PropertyTypeClassTest::setUp ( )
protected

{}

◆ testPropertyTypeBaseClass()

Drupal\Tests\tripal\Kernel\TripalStorage\PropertyTypeClassTest::testPropertyTypeBaseClass ( )

Tests the Base Classes for property types focusing on the methods.

◆ testPropertyTypes()

Drupal\Tests\tripal\Kernel\TripalStorage\PropertyTypeClassTest::testPropertyTypes ( )

Tests the default implementation of Tripal PropertyTypes.

Specifically:

  • BoolStoragePropertyType
  • DateTimeStoragePropertyType
  • IntStoragePropertyType
  • RealStoragePropertyType
  • TextStoragePropertyType
  • VarCharStoragePropertyType

◆ testVarCharStoragePropertyType()

Drupal\Tests\tripal\Kernel\TripalStorage\PropertyTypeClassTest::testVarCharStoragePropertyType ( )

Tests extra functionality associated with varchar property types.

Member Data Documentation

◆ $modules

Drupal\Tests\tripal\Kernel\TripalStorage\PropertyTypeClassTest::$modules = ['tripal']
staticprotected

{}


The documentation for this class was generated from the following file: