diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/src/SpecTestsuites/SpecTestsuiteBase.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/SpecTestsuites/SpecTestsuiteBase.php b/tests/src/SpecTestsuites/SpecTestsuiteBase.php index eca3b5c..05b7846 100644 --- a/tests/src/SpecTestsuites/SpecTestsuiteBase.php +++ b/tests/src/SpecTestsuites/SpecTestsuiteBase.php @@ -277,6 +277,8 @@ abstract class SpecTestsuiteBase extends TestCase TrapKind::OutOfBoundsMemoryAccess => 'out of bounds memory access', TrapKind::OutOfBoundsTableAccess => 'out of bounds table access', TrapKind::UninitializedElement => 'uninitialized element', + TrapKind::IndirectCallTypeMismatch => 'indirect call type mismatch', + TrapKind::UndefinedElement => 'undefined element', }; $this->assertStringContainsString( $actualErrorMessage, |
