- Timestamp:
- 02/25/2024 10:15:11 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-plugins-controller.php
r57531 r57707 1022 1022 $this->assertSame( $network_only, $data['network_only'] ); 1023 1023 $this->assertSame( '5.6.0', $data['requires_php'] ); 1024 $this->assertSame( '5.4 .0', $data['requires_wp'] );1024 $this->assertSame( '5.4', $data['requires_wp'] ); 1025 1025 $this->assertSame( 'test-plugin', $data['textdomain'] ); 1026 1026 } … … 1150 1150 * Text Domain: test-plugin 1151 1151 * Requires PHP: 5.6.0 1152 * Requires at least: 5.4 .0{$network}1152 * Requires at least: 5.4{$network} 1153 1153 */ 1154 1154 PHP;
Note: See TracChangeset
for help on using the changeset viewer.