From 69d1932bac21ded3d10f5df1a94d892efa2c1b89 Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Wed, 15 May 2013 09:44:57 -0500 Subject: Removed the last vestiges of libhtml5. --- test/SimpleTest/HTML5/JSONHarness.php | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 test/SimpleTest/HTML5/JSONHarness.php (limited to 'test/SimpleTest/HTML5/JSONHarness.php') diff --git a/test/SimpleTest/HTML5/JSONHarness.php b/test/SimpleTest/HTML5/JSONHarness.php deleted file mode 100644 index dd1cf66..0000000 --- a/test/SimpleTest/HTML5/JSONHarness.php +++ /dev/null @@ -1,21 +0,0 @@ -data = json_decode(file_get_contents($this->filename)); - } - public function getDescription($test) { - return $test->description; - } - public function getDataTests() { - return isset($this->data->tests) ? $this->data->tests : array(); - // could be a weird xmlViolationsTest - } -} -- cgit v1.2.3