Make WordPress Core


Ignore:
Timestamp:
08/08/2022 11:33:11 PM (2 years ago)
Author:
azaozz
Message:

Build/Test Tools: Add @covers tags to the options tests.

Props pbearne, jrf, hellofromTonya, patopaiar, ironprogrammer, antonvlasenko, SergeyBiryukov, costdev.
See #39265.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/option/slashes.php

    r53557 r53865  
    2323    /**
    2424     * Tests the model function that expects un-slashed data
     25     *
     26     * @covers ::add_option
     27     * @covers ::get_option
    2528     */
    2629    public function test_add_option() {
     
    3841    /**
    3942     * Tests the model function that expects un-slashed data
     43     *
     44     * @covers ::add_option
     45     * @covers ::update_option
     46     * @covers ::get_option
    4047     */
    4148    public function test_update_option() {
Note: See TracChangeset for help on using the changeset viewer.