Changeset 10346 for sites/trunk/wordpress.org/public_html/wp-content/plugins/phpunit-test-reporter/parts/single-result.php
- Timestamp:
- 10/02/2020 09:09:39 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/phpunit-test-reporter/parts/single-result.php
r10290 r10346 85 85 ?> 86 86 <p><strong><?php echo esc_html( $suite_name . '::' . $test_name ); ?></strong></p> 87 <pre><?php echo ! empty( $testcase['failure'] ) ? $testcase['failure'] : $testcase['error']; ?></pre>87 <pre><?php echo esc_html( ! empty( $testcase['failure'] ) ? $testcase['failure'] : $testcase['error'] ); ?></pre> 88 88 <?php endforeach; ?> 89 89 <?php endforeach; ?>
Note: See TracChangeset
for help on using the changeset viewer.