File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments