On PHP 5.4 I get these strict warnings:
Strict warning: Declaration of DrupalCloneTestCase::setUpInstall() should be compatible with DrupalWebTestCase::setUpInstall(array $modules, $public_files_directory, $private_files_directory, $temp_files_directory) in _registry_check_code() (regel 3062 van .../includes/bootstrap.inc).Strict warning: Declaration of DrupalCloneTestCase::setUpVariables() should be compatible with DrupalWebTestCase::setUpVariables($clean_url_original) in _registry_check_code() (regel 3062 van .../includes/bootstrap.inc).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1730994-1-simpletest-strict_warnings.patch | 1.05 KB | pfrenssen |
Comments
Comment #1
pfrenssenComment #2
duaelfrGood ! Thank you !
Comment #3
ericduran commentedThis is good.
Comment #5
br0ken