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
This commit is contained in:
Sergey Biryukov 2016-07-23 08:54:23 +00:00
parent 4f23ce8545
commit 299802bbb5
1 changed files with 3 additions and 0 deletions

View File

@ -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',