Making WordPress.org


Ignore:
Timestamp:
08/16/2017 01:10:07 PM (7 years ago)
Author:
danielbachhuber
Message:

phpunit-test-reporter: Misc display changes

  • Use rewrite rule hackery for consistent breadcrumbs
  • Display test result timing when present
  • Drop empty column from table view

See #2981

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/phpunit-test-reporter/src/class-content-model.php

    r5805 r5806  
    1717                ),
    1818                'public' => true,
    19                 'has_archive' => true,
     19                'has_archive' => false,
    2020                'show_in_rest' => true,
    2121                'hierarchical' => true,
     22                'rewrite' => array(
     23                    'slug' => 'test-results',
     24                ),
    2225                'supports' => array(
    2326                    'title',
Note: See TracChangeset for help on using the changeset viewer.