-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
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
Class 'SebastianBergmann\Exporter\Context' not found #1587
Comments
Sponsoring is possible :) |
Yeh, this class was actually moved. Looks like @sebastianbergmann missed that bit. |
The new class name is |
No unit test for this? ;) |
Of course there is a test for this. But for some reason it did not fail on my local machine. That is a weirdness to explore for another day ... |
I caught this in @sebastianbergmann Probably the exporter dependency just needed to be updated. |
Hello,
since version 4.4.3 (installed via composer), this error occurs when running unit tests:
PHP Fatal error: Class 'SebastianBergmann\Exporter\Context' not found in phpunit/src/Framework/TestCase.php on line 1632
As far as I can see, the directory
sebastian/exporter/src/
misses a Context.php.The text was updated successfully, but these errors were encountered: