Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #46836, comment 1


Ignore:
Timestamp:
04/11/2019 08:51:33 AM (5 years ago)
Author:
kraftbj
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46836, comment 1

    initial v1  
    1616                        'label' => $test['label'],
    1717                        ...
    18                         'test' => function( $test ) {
    19                                 $suite  = new Jetpack_Cxn_Tests();
     18                        'test' => function() use ($test, $suite ) {
    2019                                $result = $suite->run_test( $test['name'] );
    2120                                return array(... ); // dynamic mapping of our result format to Core's