You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ unittest src/test/php
[............................................................NNNUncaught exception: Exception lang.reflect.TargetInvocationException (xp.unittest.Runner::main)
at lang.reflect.Method::invoke(NULL, array[1]) [line 350 of class-main.php]
Caused by Exception lang.IndexOutOfBoundsException (Uninitialized string offset: 0)
at <main>::__error(8, (0x1e)'Uninitialized string offset: 0', (0x70)'/home/idev/dev/xp.private/trunk/xp5/libs/ibus/vendor/xp-framewor', 248, array[6]) [line 248 of TestSuite.class.php]
at unittest.TestSuite::runInternal(org.oneandone.ibus.command.MessageConsumerCommandTest{}, unittest.TestResult{}) [line 565 of TestSuite.class.php]
at unittest.TestSuite::run() [line 369 of Runner.class.php]
at xp.unittest.Runner::run(array[1]) [line 380 of Runner.class.php]
at xp.unittest.Runner::main(array[1]) [line 0 of StackTraceElement.class.php]
at ReflectionMethod::invokeArgs(NULL, array[1]) [line 90 of Method.class.php]
The text was updated successfully, but these errors were encountered:
Given a test like:
This leads to:
The text was updated successfully, but these errors were encountered: