Changeset 57987 for trunk/tests/phpunit/tests/rest-api/rest-server.php
- Timestamp:
- 04/12/2024 05:45:23 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-server.php
r57623 r57987 2003 2003 /** 2004 2004 * @ticket 50244 2005 * @dataProvider data_batch_v1_opt in2006 */ 2007 public function test_batch_v1_opt in( $allow_batch, $allowed ) {2005 * @dataProvider data_batch_v1_opt_in 2006 */ 2007 public function test_batch_v1_opt_in( $allow_batch, $allowed ) { 2008 2008 $args = array( 2009 2009 'methods' => 'POST', … … 2046 2046 } 2047 2047 2048 public function data_batch_v1_opt in() {2048 public function data_batch_v1_opt_in() { 2049 2049 return array( 2050 2050 'missing' => array( null, false ),
Note: See TracChangeset
for help on using the changeset viewer.