Make WordPress Core

Changeset 49857


Ignore:
Timestamp:
12/21/2020 05:49:20 PM (4 years ago)
Author:
johnbillion
Message:

Build/Test Tools: Don't mark the Tests_Cache::test_flush() test as risky when running the test suite with an object cache in place.

See #51802

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/cache.php

    r49184 r49857  
    116116
    117117        if ( $_wp_using_ext_object_cache ) {
    118             return;
     118            $this->markTestSkipped( 'This test requires that an external object cache is not in use.' );
    119119        }
    120120
Note: See TracChangeset for help on using the changeset viewer.