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\'', ), ); }