Ticket #52607: 52607.diff
| File 52607.diff, 554 bytes (added by , 5 years ago) |
|---|
-
tests/phpunit/tests/admin/includesPlugin.php
4 4 * @group admin 5 5 */ 6 6 class Tests_Admin_includesPlugin extends WP_UnitTestCase { 7 8 function tearDown() { 9 unset( $GLOBALS['current_screen'] ); 10 parent::tearDown(); 11 } 12 7 13 function test_get_plugin_data() { 8 14 $data = get_plugin_data( DIR_TESTDATA . '/plugins/hello.php' ); 9 15