Make WordPress Core


Ignore:
Timestamp:
07/29/2021 08:02:53 PM (4 years ago)
Author:
desrosj
Message:

Build/Test Tools: Revert the test and coding standards changes in [51511].

These were temporary for testing Slack messages when GitHub Action workflows fail.

See #52644.

File:
1 edited

Legend:

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

    r51511 r51512  
    2828        $b = array(
    2929            '_baba' => 5,
    30             'yZ'    => 'bab',
     30            'yZ'    => 'baba',
    3131            'a'     => array( 5, 111, 'x' ),
    3232        );
Note: See TracChangeset for help on using the changeset viewer.