Changeset 904 in tests for trunk/tests/ajax/ReplytoComment.php
- Timestamp:
- 07/18/2012 07:01:41 PM (12 years ago)
- Location:
- trunk/tests/ajax
- Files:
-
- 1 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/ajax/ReplytoComment.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 AjaxCommentsReplyextends WP_Ajax_UnitTestCase {17 class Tests_Ajax_ReplytoComment extends WP_Ajax_UnitTestCase { 18 18 19 19 /**
Note: See TracChangeset
for help on using the changeset viewer.