Changeset 49327
- Timestamp:
- 10/27/2020 04:07:21 PM (4 years ago)
- Location:
- trunk/tests/phpunit/tests/post
- Files:
-
- 10 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/getPageUri.php
r48937 r49327 4 4 * @group post 5 5 */ 6 class Tests_Post_ getPageUri extends WP_UnitTestCase {6 class Tests_Post_GetPageUri extends WP_UnitTestCase { 7 7 8 8 /** -
trunk/tests/phpunit/tests/post/getPages.php
r48939 r49327 5 5 */ 6 6 7 class Tests_Post_ getPages extends WP_UnitTestCase {7 class Tests_Post_GetPages extends WP_UnitTestCase { 8 8 function setUp() { 9 9 parent::setUp(); -
trunk/tests/phpunit/tests/post/getPostTypeLabels.php
r43571 r49327 4 4 * @group post 5 5 */ 6 class Tests_ Get_Post_Type_Labels extends WP_UnitTestCase {6 class Tests_Post_GetPostTypeLabels extends WP_UnitTestCase { 7 7 public function test_returns_an_object() { 8 8 $this->assertInternalType( -
trunk/tests/phpunit/tests/post/nav-menu.php
r48939 r49327 4 4 * @group menu 5 5 */ 6 class Test _Nav_Menusextends WP_UnitTestCase {6 class Tests_Post_Nav_Menu extends WP_UnitTestCase { 7 7 /** 8 8 * @var int -
trunk/tests/phpunit/tests/post/pings.php
r46586 r49327 5 5 * @group ping 6 6 */ 7 class Tests_P ing_and_Trackback_Sendingextends WP_UnitTestCase {7 class Tests_Post_Pings extends WP_UnitTestCase { 8 8 9 9 public function test_returns_to_ping_sites_from_post_id() { -
trunk/tests/phpunit/tests/post/wpGetPostParentId.php
r46586 r49327 4 4 * @group post 5 5 */ 6 class Tests_Post_ WpGetPostParentId extends WP_UnitTestCase {6 class Tests_Post_wpGetPostParentId extends WP_UnitTestCase { 7 7 /** 8 8 * Parent post ID. -
trunk/tests/phpunit/tests/post/wpInsertPost.php
r49125 r49327 4 4 * @group post 5 5 */ 6 class Tests_ WPInsertPost extends WP_UnitTestCase {6 class Tests_Post_wpInsertPost extends WP_UnitTestCase { 7 7 8 8 protected static $user_ids = array( -
trunk/tests/phpunit/tests/post/wpListPages.php
r49326 r49327 4 4 * @group post 5 5 */ 6 class Tests_ List_Pages extends WP_UnitTestCase {6 class Tests_Post_wpListPages extends WP_UnitTestCase { 7 7 /** 8 8 * Editor user ID. -
trunk/tests/phpunit/tests/post/wpPost.php
r46586 r49327 4 4 * @group post 5 5 */ 6 class Tests_Post_ WpPost extends WP_UnitTestCase {6 class Tests_Post_wpPost extends WP_UnitTestCase { 7 7 protected static $post_id; 8 8 -
trunk/tests/phpunit/tests/post/wpPostType.php
r48939 r49327 4 4 * @group post 5 5 */ 6 class Tests_ WP_Post_Type extends WP_UnitTestCase {6 class Tests_Post_WP_Post_Type extends WP_UnitTestCase { 7 7 public function test_instances() { 8 8 global $wp_post_types; -
trunk/tests/phpunit/tests/post/wpPublishPost.php
r49326 r49327 4 4 * @group post 5 5 */ 6 class Tests_ WPPublishPost extends WP_UnitTestCase {6 class Tests_Post_wpPublishPost extends WP_UnitTestCase { 7 7 8 8 /** -
trunk/tests/phpunit/tests/post/wpUniquePostSlug.php
r48937 r49327 4 4 * @group post 5 5 */ 6 class Tests_Post_ WpUniquePostSlug extends WP_UnitTestCase {6 class Tests_Post_wpUniquePostSlug extends WP_UnitTestCase { 7 7 protected $post_ids = array(); 8 8
Note: See TracChangeset
for help on using the changeset viewer.