From 2fd563db0c0f3b40985176537995c4fc34ab08c5 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Fri, 12 Jan 2018 12:48:07 -0800 Subject: [PATCH] put the comment in the right spot --- tests/SanitizeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/SanitizeTest.php b/tests/SanitizeTest.php index d8e31a1..9d215f3 100644 --- a/tests/SanitizeTest.php +++ b/tests/SanitizeTest.php @@ -230,6 +230,7 @@ class SanitizeTest extends PHPUnit_Framework_TestCase { } public function testPhotoWithDupeNameAndAlt1() { + // https://github.com/aaronpk/XRay/issues/57 $url = 'http://sanitize.example/photo-with-dupe-name-alt'; $response = $this->parse(['url' => $url]); @@ -244,7 +245,6 @@ class SanitizeTest extends PHPUnit_Framework_TestCase { } public function testPhotoWithDupeNameAndAlt2() { - // https://github.com/aaronpk/XRay/issues/57 // This is simliar to adactio's markup // https://adactio.com/notes/13301 $url = 'http://sanitize.example/photo-with-dupe-name-alt-2';