An error is thrown when you try to run tests showing that there is a comma after the parenthesis that was meant to be the end of the array.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2908640-2.patch | 1.14 KB | joelpittet |
An error is thrown when you try to run tests showing that there is a comma after the parenthesis that was meant to be the end of the array.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2908640-2.patch | 1.14 KB | joelpittet |
Comments
Comment #2
joelpittetHere's the patch that resolves that and cleans it up to help.
Comment #3
jaykandariadmin/config/development/testingwould never show up with current 7.x-dev release.Patch #2 corrects it. Ran a test after applying the patch, works fine.
And, +1 for declaring $title_key & $body_key.
Thanks !!
Comment #5
rooby commentedCommitted. Thanks for the patch.