Changeset 904 in tests for trunk/tests/ajax/Autosave.php
- Timestamp:
- 07/18/2012 07:01:41 PM (14 years ago)
- Location:
- trunk/tests/ajax
- Files:
-
- 1 copied
- 1 moved
-
. (moved) (moved from trunk/tests/test-ajax-actions )
-
Autosave.php (copied) (copied from trunk/tests/test-ajax-actions/test_admin_ajax_save_draft.php ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/ajax/Autosave.php
r903 r904 4 4 * Admin ajax functions to be tested 5 5 */ 6 include_once( ABSPATH . 'wp-admin/includes/ajax-actions.php' );6 require_once( ABSPATH . 'wp-admin/includes/ajax-actions.php' ); 7 7 8 8 /** … … 15 15 * @runTestsInSeparateProcesses 16 16 */ 17 class Test AjaxSaveDraftextends WP_Ajax_UnitTestCase {17 class Tests_Ajax_Autosave extends WP_Ajax_UnitTestCase { 18 18 19 19 /**
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)