Make WordPress Core


Ignore:
Timestamp:
01/14/2019 04:54:01 AM (4 years ago)
Author:
pento
Message:

Tests: Add missing parent::setUp() calls to all test classes.

Props johnbillion, birgire.
Fixes #37375.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/filesystem/base.php

    r42343 r44577  
    66abstract class WP_Filesystem_UnitTestCase extends WP_UnitTestCase {
    77    function setUp() {
     8        parent::setUp();
    89        add_filter( 'filesystem_method_file', array( $this, 'filter_abstraction_file' ) );
    910        add_filter( 'filesystem_method', array( $this, 'filter_fs_method' ) );
Note: See TracChangeset for help on using the changeset viewer.