Make WordPress Core

Changeset 48581


Ignore:
Timestamp:
07/23/2020 06:21:13 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Tests: Update the es_ES string used in wp_send_user_request() tests to match the current translation.

Props a2hosting.
Fixes #50741.

Location:
trunk/tests/phpunit
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/user/wpSendUserRequest.php

    r48100 r48581  
    293293        $mailer = tests_retrieve_phpmailer_instance();
    294294
    295         $this->assertContains( 'Confirma la', $mailer->get_sent()->subject );
     295        $this->assertContains( 'Confirmar la', $mailer->get_sent()->subject );
    296296    }
    297297
     
    337337        $mailer = tests_retrieve_phpmailer_instance();
    338338
    339         $this->assertContains( 'Confirma la', $mailer->get_sent()->subject );
     339        $this->assertContains( 'Confirmar la', $mailer->get_sent()->subject );
    340340    }
    341341
     
    402402        $mailer = tests_retrieve_phpmailer_instance();
    403403
    404         $this->assertContains( 'Confirma la', $mailer->get_sent()->subject );
     404        $this->assertContains( 'Confirmar la', $mailer->get_sent()->subject );
    405405    }
    406406}
Note: See TracChangeset for help on using the changeset viewer.