aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/src/SpecTestsuites/SpecTestsuiteBase.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/SpecTestsuites/SpecTestsuiteBase.php b/tests/src/SpecTestsuites/SpecTestsuiteBase.php
index 36eedec..06a911e 100644
--- a/tests/src/SpecTestsuites/SpecTestsuiteBase.php
+++ b/tests/src/SpecTestsuites/SpecTestsuiteBase.php
@@ -269,6 +269,7 @@ abstract class SpecTestsuiteBase extends TestCase
TrapKind::UninitializedElement => 'uninitialized element',
TrapKind::IndirectCallTypeMismatch => 'indirect call type mismatch',
TrapKind::UndefinedElement => 'undefined element',
+ TrapKind::DivideByZero => 'integer divide by zero',
};
$this->assertStringContainsString(
$actualErrorMessage,