Make WordPress Core


Ignore:
Timestamp:
02/28/2021 05:09:39 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Tests: Add missing @covers tags for files in phpunit/tests/link/.

Props sephsekla, jrf.
See #39265.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/link/themeFile.php

    r50452 r50454  
    4646     *
    4747     * @dataProvider data_theme_files
     48     *
     49     * @covers ::get_theme_file_uri
     50     * @covers ::get_parent_theme_file_uri
    4851     */
    4952    public function test_theme_file_uri_with_parent_theme( $file, $expected_theme, $existence ) {
     
    5962     *
    6063     * @dataProvider data_theme_files
     64     *
     65     * @covers ::get_theme_file_uri
     66     * @covers ::get_parent_theme_file_uri
    6167     */
    6268    public function test_theme_file_uri_with_child_theme( $file, $expected_theme, $existence ) {
     
    7480     *
    7581     * @dataProvider data_theme_files
     82     *
     83     * @covers ::get_theme_file_path
     84     * @covers ::get_parent_theme_file_path
    7685     */
    7786    public function test_theme_file_path_with_parent_theme( $file, $expected_theme, $existence ) {
     
    8796     *
    8897     * @dataProvider data_theme_files
     98     *
     99     * @covers ::get_theme_file_path
     100     * @covers ::get_parent_theme_file_path
    89101     */
    90102    public function test_theme_file_path_with_child_theme( $file, $expected_theme, $existence ) {
     
    125137     *
    126138     * @dataProvider data_theme_files
     139     *
     140     * @covers ::get_theme_file_uri
     141     * @covers ::get_parent_theme_file_uri
    127142     */
    128143    public function test_theme_file_uri_returns_valid_uri( $file, $expected_theme, $existence ) {
Note: See TracChangeset for help on using the changeset viewer.