Changes between Initial Version and Version 1 of Ticket #46836, comment 1
- Timestamp:
- 04/11/2019 08:51:33 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46836, comment 1
initial v1 16 16 'label' => $test['label'], 17 17 ... 18 'test' => function( $test ) { 19 $suite = new Jetpack_Cxn_Tests(); 18 'test' => function() use ($test, $suite ) { 20 19 $result = $suite->run_test( $test['name'] ); 21 20 return array(... ); // dynamic mapping of our result format to Core's