Changeset 31003 for trunk/tests/phpunit/tests/admin/includesPlugin.php
- Timestamp:
- 12/30/2014 07:30:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesPlugin.php
r31002 r31003 294 294 295 295 /** 296 * @covers ::validate_active_plugins 297 */ 298 public function test_validate_active_plugins_empty() { 299 $this->assertEquals( array(), validate_active_plugins() ); 300 } 301 302 /** 296 303 * @covers ::is_uninstallable_plugin 297 304 */
Note: See TracChangeset
for help on using the changeset viewer.