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

[3.8] PHPUnit fails on PHP 5.3 #16315

Closed
mbabker opened this issue May 29, 2017 · 5 comments
Closed

[3.8] PHPUnit fails on PHP 5.3 #16315

mbabker opened this issue May 29, 2017 · 5 comments

Comments

@mbabker
Copy link
Contributor

mbabker commented May 29, 2017

Steps to reproduce the issue

Run PHPUnit on PHP 5.3

Expected result

Tests run

Actual result

Fatal error: Class 'PHPUnit_Util_ErrorHandler' not found
@photodude
Copy link
Contributor

PHP Fatal error:  Class 'PHPUnit_Util_ErrorHandler' not found in /tests/unit/suites/libraries/joomla/log/stubs/log/inspector.php on line 75
Fatal error: Class 'PHPUnit_Util_ErrorHandler' not found in /tests/unit/suites/libraries/joomla/log/stubs/log/inspector.php on line 75

@photodude
Copy link
Contributor

Does it run if you exclude the /tests/unit/suites/libraries/joomla/log/stubs/log/inspector.php tests?

@mbabker
Copy link
Contributor Author

mbabker commented May 29, 2017

Right now it seems like this and #16311 are very closely related. @wilsonge @laoneo and @yvesh have been doing some testing/research on it.

@laoneo
Copy link
Member

laoneo commented May 29, 2017

#16342 workarounds the issue.

@brianteeman
Copy link
Contributor

closed by #16342

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

No branches or pull requests

5 participants