Fix failing test

This commit is contained in:
Madhura Jayaratne 2012-04-29 17:57:35 +05:30
parent b78899aa99
commit 20b4a49f6b

View File

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