Comments

sylvain lecoy’s picture

Status: Active » Needs review
StatusFileSize
new1.6 KB

See attached patch

marcingy’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me, none of the files being removed have classes to dynamically load.

sylvain lecoy’s picture

Hang on, it actually introduce a bad situation where all test related files are not seen anymore by the SimpleTest framework.

kylebrowning’s picture

yeah this is required by SimpleTest unfortunately

kylebrowning’s picture

Status: Reviewed & tested by the community » Needs work
sylvain lecoy’s picture

StatusFileSize
new1.04 KB

Here it is

kylebrowning’s picture

Why is services.runtime.inc not removed but everything else is?

sylvain lecoy’s picture

services.runtime.inc is the only file containing classes so to load them up without including files we need to tell drupal registry to lookup in there.

kylebrowning’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.