aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/src
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src')
-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 ee9c65d..65176a5 100644
--- a/tests/src/SpecTestsuites/SpecTestsuiteBase.php
+++ b/tests/src/SpecTestsuites/SpecTestsuiteBase.php
@@ -279,6 +279,7 @@ abstract class SpecTestsuiteBase extends TestCase
TrapKind::UndefinedElement => 'undefined element',
TrapKind::DivideByZero => 'integer divide by zero',
TrapKind::IntegerOverflow => 'integer overflow',
+ TrapKind::InvalidConversionToInteger => 'invalid conversion to integer',
};
$this->assertStringContainsString(
$actualErrorMessage,