Closed (fixed)
Project:
Country codes API
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2011 at 23:54 UTC
Updated:
27 Dec 2011 at 06:50 UTC
The Regions API generates 2999 PHP notices when running the SimpleTest cases. See the testbot log at http://qa.drupal.org/pifr/test/184794.
It is easy to fix these PHP notices with a very small patch, which I've attached.
| Comment | File | Size | Author |
|---|---|---|---|
| PHP-Notices.patch | 1012 bytes | tr |
Comments
Comment #1
Scyther commentedThanks for the help! http://drupalcode.org/project/countries_api.git/commit/12d89c5
Comment #2
tr commented@Scyther: That commit didn't commit my patch, it committed a small part of the patch in #1367980: Coding standards.
The PHP notices are not fixed.
Comment #3
Scyther commentedTR, you are right. I commited the wrong file, I was a bit tired I think.
Now I commited the changed regions_api.module file so now it should be right, please confirm. http://drupalcode.org/project/countries_api.git/commit/196c602
Comment #4
tr commentedYup, that fixed the PHP notices. You see that the Country codes API tests run green at http://drupal.org/node/200548/testing-status.
Thanks!