Expand error message when parser tests found no hook
authorumherirrender <umherirrender_de.wp@web.de>
Thu, 27 Nov 2014 20:12:58 +0000 (21:12 +0100)
committerHashar <hashar@free.fr>
Mon, 5 Jan 2015 13:21:43 +0000 (13:21 +0000)
commit69d903dc20415ace47c52439c248df31b5ebb48a
treeb6b47d807737f3eee7974f7b5de1c9eaadfeaff9
parent24f84b08cf91efd51cd95380e2eec155d24a2d03
Expand error message when parser tests found no hook

The existing message is hard to understand and does not mention, that
this is a problem in the parser test itself and not with phpunit.

Before:
1) Warning
The data provider specified for ParserTest_<file>::testParserTest is
invalid.
Problem running hook

After:
1) Warning
The data provider specified for ParserTest_<file>::testParser
Problem running requested parser hook from the test file

Change-Id: I0b4225cc9ab95e8dd048515315c789113dacf39e
tests/testHelpers.inc