Last modified: 2009-03-12 18:15:16 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T15384, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 13384 - Array to string conversion in parser tests
Array to string conversion in parser tests
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Maintenance scripts (Other open bugs)
1.12.x
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
: testme
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-03-15 23:05 UTC by Huji
Modified: 2009-03-12 18:15 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Huji 2008-03-15 23:05:05 UTC
I get two notices when running Parser tests (as of revision 31715 of parserTests.inc) as follows:

 Notice: Array to string conversion in D:\SVN\phase3\maintenance\parserTests.inc on line 319

Line 319 being:

 $out = $this->tidy ( implode( ' ', $wgOut->getCategoryLinks() ) );

Having that getCategoryLinks() returns an array of arrays, imploding it once will provide tidy with non-string parameters.
Comment 1 Chad H. 2009-03-12 18:15:16 UTC
Fixed in r32967/r39410 by Alex and Tim.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links