-
Notifications
You must be signed in to change notification settings - Fork 0
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
<server>/test.php: Closure Serialize Fail #56
Comments
Possible solution: https://github.com/opis/closure |
Also found errors in buffers Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in /var/www/localhost/htdocs/lib/Cake/TestSuite/Reporter/CakeHtmlReporter.php on line 146 |
1 similar comment
Also found errors in buffers Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in /var/www/localhost/htdocs/lib/Cake/TestSuite/Reporter/CakeHtmlReporter.php on line 146 |
Closure serialization
PHPUNIT_FRAMEWORK_EXCEPTIONWRAPPER Serialization of 'Closure' is not allowed Test case: E14ControllerTest(testIndex) Stack trace: /var/www/localhost/htdocs/app/Vendor/phpunit/phpunit/src/Framework/TestCase.php : 868 /var/www/localhost/htdocs/lib/Cake/TestSuite/CakeTestCase.php : 84 /var/www/localhost/htdocs/app/Vendor/phpunit/phpunit/src/Framework/TestSuite.php : 733 /var/www/localhost/htdocs/app/Vendor/phpunit/phpunit/src/TextUI/TestRunner.php : 517 /var/www/localhost/htdocs/lib/Cake/TestSuite/CakeTestRunner.php : 76 /var/www/localhost/htdocs/lib/Cake/TestSuite/CakeTestSuiteCommand.php : 98 /var/www/localhost/htdocs/lib/Cake/TestSuite/CakeTestSuiteDispatcher.php : 277 /var/www/localhost/htdocs/lib/Cake/TestSuite/CakeTestSuiteDispatcher.php : 112 /var/www/localhost/htdocs/lib/Cake/TestSuite/CakeTestSuiteDispatcher.php : 129 /var/www/localhost/htdocs/app/webroot/test.php : 95
The text was updated successfully, but these errors were encountered: