From 299802bbb5691ff340715842c70f5f2d0619212d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 23 Jul 2016 08:54:23 +0000 Subject: [PATCH] Unit Tests: Add a `@ticket` reference for `test_get_page_uri_without_argument()`. See #26284. git-svn-id: https://develop.svn.wordpress.org/trunk@38144 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/post/getPageUri.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/phpunit/tests/post/getPageUri.php b/tests/phpunit/tests/post/getPageUri.php index df1f0a4565..6f766fcc67 100644 --- a/tests/phpunit/tests/post/getPageUri.php +++ b/tests/phpunit/tests/post/getPageUri.php @@ -46,6 +46,9 @@ class Tests_Post_getPageUri extends WP_UnitTestCase { $this->assertEquals( 'child', get_page_uri( $child_id ) ); } + /** + * @ticket 26284 + */ function test_get_page_uri_without_argument() { $post_id = self::factory()->post->create(array( 'post_title' => 'Blood Orange announces summer tour dates',