In Trouble shooting Simpletests it suggests $this->pass($this->drupalGetContent());
I get Strict warning: Only variables should be passed by reference in weblinks_filter_process() (line 91 of C:\www\webapps\drupal-6\sites\all\modules\contrib\weblinks\contribs\weblinks_filter\weblinks_filter.module).
Comments
Comment #1
boombatower commentedInteresting...I was not involved in writing that. Well as a note I prefer:
since you can then just view in web browser and put as many pages in there as you want by adding
FILE_APENDflag.I point it out and see what the consensus is on updating the doc.
Comment #2
boombatower commentedComment #3
gregglesHow do we browse the output.html file? Where is it created?
@nancy: Does this pass the strict check?
Comment #4
nancydruYes, that passes strict test and that's what I did.
You can download Web Links 6.x-2.x-dev and run the tests your self, but they now work, so you would have to change those lines back.