Making WordPress.org

Changeset 6385

Timestamp:
01/16/2018 02:11:50 PM (7 years ago)
Author:
danielbachhuber
Message:

phpunit-test-reporter: remove extensions from result set b/c too much info

See https://github.com/WordPress/phpunit-test-reporter/pull/51

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/phpunit-test-reporter/parts/result-set.php

    r6263 r6385  
    1111            <th>PHP Version</th>
    1212            <th>Database Version</th>
    13             <th>Extensions</th>
    1413        </tr>
    1514    </thead>
     
    5352                    <td><?php echo esc_html( Display::get_display_php_version( $report->ID ) ); ?></td>
    5453                    <td><?php echo esc_html( Display::get_display_mysql_version( $report->ID ) ); ?></td>
    55                     <td><?php echo esc_html( Display::get_display_extensions( $report->ID ) ); ?></td>
    5654                </tr>
    5755            <?php
Note: See TracChangeset for help on using the changeset viewer.