Make WordPress Core


Ignore:
Timestamp:
02/14/2025 10:34:23 AM (4 months ago)
Author:
SergeyBiryukov
Message:

Tests: Correct failure messages for some tests.

Follow-up to [54176], [57548], [58328].

Props poena, SergeyBiryukov.
See #62280.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/rest-api/rest-themes-controller.php

    r59157 r59822  
    428428        $this->assertArrayHasKey( 'title-tag', $theme_supports );
    429429        $this->assertArrayHasKey( 'wp-block-styles', $theme_supports );
    430         $this->assertCount( 24, $theme_supports, 'There should be 23 theme supports' );
     430        $this->assertCount( 24, $theme_supports, 'There should be 24 theme supports' );
    431431    }
    432432
Note: See TracChangeset for help on using the changeset viewer.