[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_2-15442-gaca93f4

The branch, master has been updated via aca93f450864947014d618c41c508d5522209d06 (commit) from 576e76d419550bb355f0591dbaf9628871e4dd65 (commit) - Log ----------------------------------------------------------------- commit aca93f450864947014d618c41c508d5522209d06 Author: Michal Čihař <michal@cihar.com> Date: Wed Aug 17 13:14:26 2011 +0200 Fix typo in testcase as well ----------------------------------------------------------------------- Summary of changes: test/classes/Advisor_test.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/classes/Advisor_test.php b/test/classes/Advisor_test.php index d2be774..9a92fe5 100644 --- a/test/classes/Advisor_test.php +++ b/test/classes/Advisor_test.php @@ -96,7 +96,7 @@ class Advisor_test extends PHPUnit_Framework_TestCase array( array('justification' => 'foo | fsafdsa', 'name' => 'Failure', 'issue' => 'issue', 'recommendation' => 'Recommend'), array(), - 'Failed formattingstring for rule \'Failure\'. PHP threw following error: Use of undefined constant fsafdsa - assumed \'fsafdsa\'', + 'Failed formatting string for rule \'Failure\'. PHP threw following error: Use of undefined constant fsafdsa - assumed \'fsafdsa\'', ), ); } hooks/post-receive -- phpMyAdmin
participants (1)
-
Michal Čihař