Hey,

You can run phpunit.php with --debug-tests, and send the debug output to a
> file with something like $wgDebugLogGroups['PHPUnitComm
> and'] = "/tmp/tests.log";
>
> This will give you a (very verbose) log of test executions, so you can
> find the one at which phpunit crashes.
>
> I wrote that feature exactly for situations like this, so use it :)
>

Thanks - that's very useful! :)

Now I know  one of the 255 was caused by
MockRepositoryTest::testGetSiteLinksForItem passing in a property id into a
function expecting an item id.

Cheers

--
Jeroen De Dauw
http://www.bn2vs.com
Don't panic. Don't be evil. ~=[,,_,,]:3
--
_______________________________________________
Wikidata-tech mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-tech

Reply via email to