Changeset 52010 for trunk/tests/phpunit/tests/admin/includesSchema.php
- Timestamp:
- 11/04/2021 03:22:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesSchema.php
r51639 r52010 92 92 * @dataProvider data_populate_options 93 93 */ 94 function test_populate_options( $options, $expected ) {94 public function test_populate_options( $options, $expected ) { 95 95 global $wpdb; 96 96 … … 184 184 * @dataProvider data_populate_site_meta 185 185 */ 186 function test_populate_site_meta( $meta, $expected ) {186 public function test_populate_site_meta( $meta, $expected ) { 187 187 global $wpdb; 188 188 … … 228 228 * @dataProvider data_populate_network_meta 229 229 */ 230 function test_populate_network_meta( $meta, $expected ) {230 public function test_populate_network_meta( $meta, $expected ) { 231 231 global $wpdb; 232 232
Note: See TracChangeset
for help on using the changeset viewer.