Changeset 10290 for sites/trunk/wordpress.org/public_html/wp-content/plugins/phpunit-test-reporter/parts/single-result.php
- Timestamp:
- 09/28/2020 02:51:03 AM (5 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/phpunit-test-reporter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/phpunit-test-reporter
- Property svn:ignore
-
old new 2 2 Makefile 3 3 README.md 4 CODE_OF_CONDUCT.md 5 CONTRIBUTING.md 4 6 docker-compose.yml 5 7 node_modules
-
- Property svn:ignore
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/phpunit-test-reporter/parts/single-result.php
r9884 r10290 69 69 </table> 70 70 71 <?php if ( ! empty( $results['failures'] ) ) : ?> 71 <?php 72 if ( 73 ! empty( $results['failures'] ) || 74 ! empty( $results['errors'] ) 75 ) : 76 ?> 72 77 <h2>Errors/Failures</h2> 73 78
Note: See TracChangeset
for help on using the changeset viewer.