Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
simpletest.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 May 2013 at 23:46 UTC
Updated:
29 Jul 2014 at 22:16 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
berdirThis at least fails with an actual, readable error message instead of a fatal error.
Comment #2
dawehnerWhile writing a test I realized that there is another problem.
Comment #4
berdirPHP Fatal error: Call to undefined function Drupal\simpletest\Tests\debug()
:)
Comment #5
ParisLiakos commentedjust hit this
#1 looks like a great improvement over this:)
Comment #6
dawehnerIt feels like this is not really possible to test properly. Maybe #1 itself is good enough.
Comment #7
tsphethean commentedI just hit this too and the patch in #1 got me from fatal exception to useful error message - I'd vote for getting #1 in if possible.
Comment #8
vlad.leo commented#2: drupal-1986528-2.patch queued for re-testing.
Comment #10
berdir#1: phpunit-fatal-get-info-1986528-1.patch queued for re-testing.
Comment #11
dawehnerLet's just get #1 in.
Comment #12
alexpottCommitted 8cb7ab8 and pushed to 8.x. Thanks!