Skip to content

Commit f1ffcab

Browse files
committed
Comment out a test with no assertions
1 parent 35c846c commit f1ffcab

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

tests/Mf2/ClassicMicroformatsTest.php

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,16 @@ public function testParsesFBerrimanClassicHEntry() {
113113
$this->assertContains('txjs', $e['properties']['category']);
114114
}
115115

116-
public function testParsesSnarfedOrgArticleCorrectly() {
116+
/**
117+
* This test appears to have never made assertions. When initially
118+
* added it was only printing out the parsed results, probably for
119+
* debugging. Left for reference in case assertions need to be added.
120+
* @see https://github.com/microformats/php-mf2/commit/5fd2c961447f305f50f73e17bd8decf7ec77fa1d#diff-45371c4a595b936f718ab44eb3ff35c326e00a01f2f5cb3d327f34d03750b872
121+
*/
122+
/*public function testParsesSnarfedOrgArticleCorrectly() {
117123
$input = file_get_contents(__DIR__ . '/snarfed.org.html');
118124
$result = Mf2\parse($input, 'http://snarfed.org/2013-10-23_oauth-dropins');
119-
}
125+
}*/
120126

121127
public function testParsesHProduct() {
122128
$input = <<<'EOT'

0 commit comments

Comments
 (0)