From 4cc8c5b241f9f69cfd3c68a7e8735e9eb82308b2 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 3 Dec 2013 03:57:24 +0000 Subject: [PATCH] Restore @ticket reference. Reverts [26093], see #25913. git-svn-id: https://develop.svn.wordpress.org/trunk@26552 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/upload.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/phpunit/tests/upload.php b/tests/phpunit/tests/upload.php index 2c761867ed..48947d8678 100644 --- a/tests/phpunit/tests/upload.php +++ b/tests/phpunit/tests/upload.php @@ -50,6 +50,9 @@ class Tests_Upload extends WP_UnitTestCase { $this->assertEquals( '', $info['error'] ); } + /** + * @ticket 5953 + */ function test_upload_dir_absolute() { $path = '/tmp/wp-unit-test'; // wp_upload_dir() with an absolute upload path