Make WordPress Core


Ignore:
Timestamp:
11/30/2017 11:09:33 PM (6 years ago)
Author:
pento
Message:

Code is Poetry.
WordPress' code just... wasn't.
This is now dealt with.

Props jrf, pento, netweb, GaryJ, jdgrimes, westonruter, Greg Sherwood from PHPCS, and everyone who's ever contributed to WPCS and PHPCS.
Fixes #41057.

File:
1 edited

Legend:

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

    r25053 r42343  
    3131        $this->assertTrue( is_a( $wp_filesystem, 'WP_Filesystem_MockFS' ) );
    3232
    33         $wp_filesystem->init('/');
     33        $wp_filesystem->init( '/' );
    3434
    3535        // Test creation/exists checks
Note: See TracChangeset for help on using the changeset viewer.