Closed (works as designed)
Project:
SimpleTest
Version:
6.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jul 2008 at 13:01 UTC
Updated:
6 Aug 2008 at 06:07 UTC
The variable $curl_options is protected but the comment upon it seems to say that it has not to be protected.
Comments
Comment #1
boombatower commentedThat is correct since all test cases extend DrupalWebTestCase and therefore can access protected variables.