-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathresult.json
1 lines (1 loc) · 1.28 KB
/
result.json
1
{"event":"suiteStart","suite":"test_strings","tests":2}{"event":"testStart","suite":"test_strings","test":"test_strings::test_1"}{"event":"test","suite":"test_strings","test":"test_strings::test_1","status":"fail","time":0.008368968963623,"trace":[{"file":"C:\\xampp\\htdocs\\php_koans\\PHP-Koans\\tests\\test_strings.php","line":10,"function":"assertEquals","class":"PHPUnit_Framework_Assert","type":"::","args":["cheese string","FILL ME IN"]},{"file":"C:\\xampp\\php\\phpunit","line":46,"function":"main","class":"PHPUnit_TextUI_Command","type":"::","args":[]}],"message":"Failed asserting that two strings are equal.","output":""}{"event":"testStart","suite":"test_strings","test":"test_strings::test_2"}{"event":"test","suite":"test_strings","test":"test_strings::test_2","status":"error","time":0.00045108795166016,"trace":[{"file":"C:\\xampp\\htdocs\\php_koans\\PHP-Koans\\tests\\test_strings.php","line":17,"function":"handleError","class":"PHPUnit_Util_ErrorHandler","type":"::","args":[8,"Use of undefined constant a - assumed 'a'","C:\\xampp\\htdocs\\php_koans\\PHP-Koans\\tests\\test_strings.php",17,{"a":1,"b":2}]},{"file":"C:\\xampp\\php\\phpunit","line":46,"function":"main","class":"PHPUnit_TextUI_Command","type":"::","args":[]}],"message":"Use of undefined constant a - assumed 'a'","output":""}