From 20b4a49f6bf346cc71d29de755feb3536ba9c81d Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Sun, 29 Apr 2012 17:57:35 +0530 Subject: [PATCH] Fix failing test --- test/classes/Advisor_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/classes/Advisor_test.php b/test/classes/Advisor_test.php index 3ca153dbb5..bf026c1fe0 100644 --- a/test/classes/Advisor_test.php +++ b/test/classes/Advisor_test.php @@ -98,7 +98,7 @@ class Advisor_test extends PHPUnit_Framework_TestCase array( array('justification' => 'foo | fsafdsa', 'name' => 'Failure', 'issue' => 'issue', 'recommendation' => 'Recommend'), array(), - 'Failed formatting string 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\'', ), ); }