Browse Source

put the comment in the right spot

pull/60/head
Aaron Parecki 6 years ago
parent
commit
2fd563db0c
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/SanitizeTest.php

+ 1
- 1
tests/SanitizeTest.php View File

@ -230,6 +230,7 @@ class SanitizeTest extends PHPUnit_Framework_TestCase {
} }
public function testPhotoWithDupeNameAndAlt1() { public function testPhotoWithDupeNameAndAlt1() {
// https://github.com/aaronpk/XRay/issues/57
$url = 'http://sanitize.example/photo-with-dupe-name-alt'; $url = 'http://sanitize.example/photo-with-dupe-name-alt';
$response = $this->parse(['url' => $url]); $response = $this->parse(['url' => $url]);
@ -244,7 +245,6 @@ class SanitizeTest extends PHPUnit_Framework_TestCase {
} }
public function testPhotoWithDupeNameAndAlt2() { public function testPhotoWithDupeNameAndAlt2() {
// https://github.com/aaronpk/XRay/issues/57
// This is simliar to adactio's markup // This is simliar to adactio's markup
// https://adactio.com/notes/13301 // https://adactio.com/notes/13301
$url = 'http://sanitize.example/photo-with-dupe-name-alt-2'; $url = 'http://sanitize.example/photo-with-dupe-name-alt-2';

Loading…
Cancel
Save