zoe Sun May 17 12:52:16 2009 UTC Modified files: /phpruntests/src/testcase/sections rtSection.php Log: change to protected http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/sections/rtSection.php?r1=1.10&r2=1.11&diff_format=u Index: phpruntests/src/testcase/sections/rtSection.php diff -u phpruntests/src/testcase/sections/rtSection.php:1.10 phpruntests/src/testcase/sections/rtSection.php:1.11 --- phpruntests/src/testcase/sections/rtSection.php:1.10 Fri May 15 09:58:21 2009 +++ phpruntests/src/testcase/sections/rtSection.php Sun May 17 12:52:16 2009 @@ -34,7 +34,7 @@ protected $carriageReturnLineFeed = "\r\n"; protected $lineFeed = "\n"; - public function __construct($sectionName, $contents) + protected function __construct($sectionName, $contents) { $this->sectionName = $sectionName; $this->sectionContents = $contents;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php