Issue #2309687 by eiriksm: Fixed Typo in docs for function Testclass::verbose.

8.0.x
Alex Pott 2014-07-28 22:26:58 +01:00
parent 10e6812ef4
commit ac76e2c5df
1 changed files with 3 additions and 3 deletions

View File

@ -725,10 +725,10 @@ abstract class TestBase {
}
/**
* Logs verbose message in a text file.
* Logs a verbose message in a text file.
*
* The a link to the vebose message will be placed in the test results via
* as a passing assertion with the text '[verbose message]'.
* The link to the verbose message will be placed in the test results as a
* passing assertion with the text '[verbose message]'.
*
* @param $message
* The verbose message to be stored.