Changeset 5841 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/tests/phpunit/tests/wporg-plugin-api.php
- Timestamp:
- 08/25/2017 08:17:03 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/tests/phpunit/tests/wporg-plugin-api.php
r4900 r5841 24 24 'tested' => true, 25 25 'requires' => true, 26 'requires_php' => true, 26 27 'rating' => true, 27 28 'ratings' => true, … … 242 243 $this->assertAttributeInternalType( 'string', 'tested', $plugin_info, 'Tested should be a string' ); 243 244 } 245 $this->assertObjectHasAttribute( 'requires_php', $plugin_info, 'Requires PHP exists' ); 244 246 $this->assertObjectHasAttribute( 'compatibility', $plugin_info, 'Compatibility exists' ); 245 247 $this->assertAttributeInternalType( 'array', 'compatibility', $plugin_info, 'Compatibility should be an array' );
Note: See TracChangeset
for help on using the changeset viewer.