IntegrityCheckTest |
class |
tests/src/Unit/Integration/Engine/IntegrityCheckTest.php |
Test the integrity check functionality during configuration time. |
IntegrityCheckTest.php |
file |
tests/src/Unit/Integration/Engine/IntegrityCheckTest.php |
|
IntegrityCheckTest::testCheckUuid |
function |
tests/src/Unit/Integration/Engine/IntegrityCheckTest.php |
Tests that the integrity check with UUID works. |
IntegrityCheckTest::testComplexTypeViolation |
function |
tests/src/Unit/Integration/Engine/IntegrityCheckTest.php |
Tests that a complex data context is assigned something that matches. |
IntegrityCheckTest::testInputRestriction |
function |
tests/src/Unit/Integration/Engine/IntegrityCheckTest.php |
Tests the input restriction on contexts. |
IntegrityCheckTest::testIntegrityCheck |
function |
tests/src/Unit/Integration/Engine/IntegrityCheckTest.php |
Tests that the integrity check can be invoked. |
IntegrityCheckTest::testInvalidAction |
function |
tests/src/Unit/Integration/Engine/IntegrityCheckTest.php |
Tests that an invalid action plugin ID results in a violation. |
IntegrityCheckTest::testInvalidCondition |
function |
tests/src/Unit/Integration/Engine/IntegrityCheckTest.php |
Tests that an invalid condition plugin ID results in a violation. |
IntegrityCheckTest::testInvalidProvidedName |
function |
tests/src/Unit/Integration/Engine/IntegrityCheckTest.php |
Tests invalid characters in provided variables. |
IntegrityCheckTest::testListTypeViolation |
function |
tests/src/Unit/Integration/Engine/IntegrityCheckTest.php |
Tests that a list context is assigned something that matches. |
IntegrityCheckTest::testMissingAction |
function |
tests/src/Unit/Integration/Engine/IntegrityCheckTest.php |
Tests that a missing action plugin ID results in a violation. |
IntegrityCheckTest::testMissingCondition |
function |
tests/src/Unit/Integration/Engine/IntegrityCheckTest.php |
Tests that a missing condition plugin ID results in a violation. |
IntegrityCheckTest::testMissingRequiredContext |
function |
tests/src/Unit/Integration/Engine/IntegrityCheckTest.php |
Tests that an absent required context triggers a violation. |
IntegrityCheckTest::testNestedExpressionUuids |
function |
tests/src/Unit/Integration/Engine/IntegrityCheckTest.php |
Make sure that nested expression violations have the correct UUID. |
IntegrityCheckTest::testPrimitiveTypeViolation |
function |
tests/src/Unit/Integration/Engine/IntegrityCheckTest.php |
Tests that a primitive context is assigned something that matches. |
IntegrityCheckTest::testRefinedContextViolation |
function |
tests/src/Unit/Integration/Engine/IntegrityCheckTest.php |
Tests that refined context is respected when checking context. |
IntegrityCheckTest::testRefiningContextBasedOnMappedContext |
function |
tests/src/Unit/Integration/Engine/IntegrityCheckTest.php |
Tests context can be refined based upon mapped context. |
IntegrityCheckTest::testSelectorRestriction |
function |
tests/src/Unit/Integration/Engine/IntegrityCheckTest.php |
Tests the data selector restriction on contexts. |
IntegrityCheckTest::testUnknownVariable |
function |
tests/src/Unit/Integration/Engine/IntegrityCheckTest.php |
Tests that a wrongly configured variable name triggers a violation. |
IntegrityCheckTest::testUsingProvidedVariables |
function |
tests/src/Unit/Integration/Engine/IntegrityCheckTest.php |
Tests using provided variables in sub-sequent actions passes checks. |
IntegrityCheckTest::testUsingRefinedProvidedVariables |
function |
tests/src/Unit/Integration/Engine/IntegrityCheckTest.php |
Tests using provided variables with refined context. |