Changeset 909 in tests for trunk/tests/dependencies/scripts.php
- Timestamp:
- 07/19/2012 01:52:37 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/dependencies/scripts.php
r904 r909 4 4 * @group scripts 5 5 */ 6 class Test WP_Scripts extends WP_UnitTestCase {6 class Tests_Dependencies_Scripts extends WP_UnitTestCase { 7 7 var $old_wp_scripts; 8 8 … … 13 13 $GLOBALS['wp_scripts'] = new WP_Scripts(); 14 14 $GLOBALS['wp_scripts']->default_version = get_bloginfo( 'version' ); 15 16 15 } 17 16
Note: See TracChangeset
for help on using the changeset viewer.