forked from friendica/php-json-ld
Remove unneeded FIXME.
This commit is contained in:
parent
e98b8f61ba
commit
d832d72b09
1
test.php
1
test.php
|
@ -650,7 +650,6 @@ class EarlReport extends PHPUnit_Util_Printer
|
||||||
} else {
|
} else {
|
||||||
$name = 'UNNAMED';
|
$name = 'UNNAMED';
|
||||||
}
|
}
|
||||||
// FIXME
|
|
||||||
printf("\n\nFAILED\n");
|
printf("\n\nFAILED\n");
|
||||||
printf("Test: %s\n", $name);
|
printf("Test: %s\n", $name);
|
||||||
printf("Purpose: %s\n", $test->test->data->purpose);
|
printf("Purpose: %s\n", $test->test->data->purpose);
|
||||||
|
|
Loading…
Reference in a new issue