We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See https://travis-ci.org/xp-framework/core/jobs/426839764:
Exception lang.Error (Class undefined: IllegalStateException) at <native>::Error(0, (0x26)'Class undefined: IllegalStateException') [line 132 of ConsoleTest.class.php]
The code here is:
try { Console::write(new class() implements Value { public function toString() { throw new IllegalStateException('Cannot render string'); } public function hashCode() { return get_class($this); } public function compareTo($value) { return 1; } }); $this->fail('Expected exception not thrown', null, 'lang.IllegalStateException'); } catch (IllegalStateException $expected) { $this->assertEquals('', $this->streams[1]->getBytes()); }
Line 132 is the one with throw new IllegalStateException on it.
Problems caused by facebook/hhvm#8319
The text was updated successfully, but these errors were encountered:
...which is why I allowed HHVM to fail for the moment in f9cd7be
commit f9cd7bebc00b9aacc29e9245acea529619e41fc8 Author: U-UNITED\friebe <[email protected]> Date: Thu Sep 6 21:38:27 2018 +0200 Allow HHVM to fail *Sigh*: lang.Error (Class undefined: IllegalStateException)... what is this? See https://travis-ci.org/xp-framework/core/jobs/425404766
Sorry, something went wrong.
No branches or pull requests
See https://travis-ci.org/xp-framework/core/jobs/426839764:
The code here is:
Line 132 is the one with throw new IllegalStateException on it.
Problems caused by facebook/hhvm#8319
The text was updated successfully, but these errors were encountered: