Is there any possibility to continue next tests after fatal error?
My main goal is to run all control tests, but it's not possible, because each time it stops on some fatal errors, which contrib modules have (1/3 of them).
Is there any possibility to continue next tests after fatal error?
My main goal is to run all control tests, but it's not possible, because each time it stops on some fatal errors, which contrib modules have (1/3 of them).
Comments
Comment #1
kenorb commentedI.E.
Views: #1101332: Call to a member function set_display() on a non-object in tests/views_exposed_form.test on line 34
Apache SOLR: #1101406: Fix simpletests in 6.x-1.1x
Features: #1101690: Simpletest: Fatal error: Call to a member function set_display() on a non-object in tests/features.test on line 189
etc.
Maybe it'd be possible in run every test in separate thread?
Comment #2
dave reidCan you test if running Simpletest in Drupal 7 core works the same way? If so, then there's nothing to do as 6.x-2.x is a straight backport from core's Simpletest version.
Comment #3
kenorb commented