You are here

23 calls to PluginTestBase::getInstance() in Purge 8.3

PluginTestBase::testCodeContract in tests/src/Kernel/Invalidation/PluginTestBase.php
Tests the code contract strictly enforced on invalidation type plugins.
PluginTestBase::testDeleteProperty in tests/src/Kernel/Invalidation/PluginTestBase.php
Test deleting a property.
PluginTestBase::testGetProperty in tests/src/Kernel/Invalidation/PluginTestBase.php
Test retrieving a property.
PluginTestBase::testImmutable in tests/src/Kernel/Invalidation/PluginTestBase.php
Tests \Drupal\purge\Plugin\Purge\Invalidation\ImmutableInvalidation.
PluginTestBase::testPluginIdAndDefinition in tests/src/Kernel/Invalidation/PluginTestBase.php
Test retrieving the plugin ID and definition.
PluginTestBase::testPropertiesInitializeEmpty in tests/src/Kernel/Invalidation/PluginTestBase.php
Test that instances initialize with no properties.
PluginTestBase::testPropertyStorageModel in tests/src/Kernel/Invalidation/PluginTestBase.php
Test that properties are stored by context.
PluginTestBase::testSetProperty in tests/src/Kernel/Invalidation/PluginTestBase.php
Test setting a property.
PluginTestBase::testStateContextExceptionDeleteProperty in tests/src/Kernel/Invalidation/PluginTestBase.php
Test that you can't delete a property without specifying the state context.
PluginTestBase::testStateContextExceptionGetProperty in tests/src/Kernel/Invalidation/PluginTestBase.php
Test that you can't fetch a property without specifying the state context.
PluginTestBase::testStateContextExceptionSetProperty in tests/src/Kernel/Invalidation/PluginTestBase.php
Test that you can't set a property without specifying the state context.
PluginTestBase::testStateInitial in tests/src/Kernel/Invalidation/PluginTestBase.php
Test the initial state of the invalidation object.
PluginTestBase::testStateSetInGeneralContext in tests/src/Kernel/Invalidation/PluginTestBase.php
Test exception when setting state in NULL context.
PluginTestBase::testStateSetInvalidStateA in tests/src/Kernel/Invalidation/PluginTestBase.php
Test exceptions when setting invalid states.
PluginTestBase::testStateSetInvalidStateB in tests/src/Kernel/Invalidation/PluginTestBase.php
Test exceptions when setting invalid states.
PluginTestBase::testStateSetInvalidStateC in tests/src/Kernel/Invalidation/PluginTestBase.php
Test exceptions when setting invalid states.
PluginTestBase::testStateSetInvalidStateD in tests/src/Kernel/Invalidation/PluginTestBase.php
Test exceptions when setting invalid states.
PluginTestBase::testStateSetInvalidStateE in tests/src/Kernel/Invalidation/PluginTestBase.php
Test exceptions when setting invalid states.
PluginTestBase::testStateStorageAndRetrieval in tests/src/Kernel/Invalidation/PluginTestBase.php
Test overal state storage and retrieval.
PluginTestBase::testStateSwitchBadBehavior in tests/src/Kernel/Invalidation/PluginTestBase.php
Test exception when switching away from the 'FRESH' state.
PluginTestBase::testStateSwitchGoodBehavior in tests/src/Kernel/Invalidation/PluginTestBase.php
Test switching away from the acceptable states.
PluginTestBase::testStringExpression in tests/src/Kernel/Invalidation/PluginTestBase.php
Test if typecasting invalidation objects to strings gets us a string.
PluginTestBase::testTypeUnsupportedException in tests/src/Kernel/Invalidation/PluginTestBase.php
Tests TypeUnsupportedException.