Skip to content
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

Closed
andreaskienast opened this issue Jan 24, 2015 · 6 comments
Closed

Class 'SebastianBergmann\Exporter\Context' not found #1587

andreaskienast opened this issue Jan 24, 2015 · 6 comments

Comments

@andreaskienast
Copy link

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.

@Lefaux
Copy link

Lefaux commented Jan 24, 2015

Sponsoring is possible :)

@GrahamCampbell
Copy link
Contributor

Yeh, this class was actually moved. Looks like @sebastianbergmann missed that bit.

@GrahamCampbell
Copy link
Contributor

The new class name is SebastianBergmann\RecursionContext\Context.

@pgampe
Copy link

pgampe commented Jan 24, 2015

No unit test for this? ;)

@sebastianbergmann
Copy link
Owner

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 ...

@whatthejeff
Copy link
Contributor

I caught this in 4.5 and master because they were failing on travis the other day. Guess 4.4 didn't start failing on travis until right before the release today :(

@sebastianbergmann Probably the exporter dependency just needed to be updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants