Make WordPress Core

Changeset 896 in tests for trunk/tests/test_user.php


Ignore:
Timestamp:
07/09/2012 04:12:47 PM (12 years ago)
Author:
nacin
Message:

Remove ability to provide an extra description to the @ticket annotation, added in [984].

This extra text causes problems when you try to use a ticket # as a group name, which phpunit supports.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/test_user.php

    r894 r896  
    336336
    337337    /**
    338      * @ticket 19500 Usermeta cache is not cleared after user deletion
     338     * Test that usermeta cache is cleared after user deletion.
     339     *
     340     * @ticket 19500
    339341     */
    340342    function test_get_blogs_of_user() {
     
    355357
    356358    /**
    357      * @ticket 19500 Usermeta cache is not cleared after user deletion
     359     * Test that usermeta cache is cleared after user deletion.
     360     *
     361     * @ticket 19500
    358362     */
    359363    function test_is_user_member_of_blog() {
Note: See TracChangeset for help on using the changeset viewer.