summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'SemanticResultFormats/tests/phpunit/formats/jqPlotChartTest.php')
-rw-r--r--SemanticResultFormats/tests/phpunit/formats/jqPlotChartTest.php47
1 files changed, 0 insertions, 47 deletions
diff --git a/SemanticResultFormats/tests/phpunit/formats/jqPlotChartTest.php b/SemanticResultFormats/tests/phpunit/formats/jqPlotChartTest.php
deleted file mode 100644
index 6ec8bff4..00000000
--- a/SemanticResultFormats/tests/phpunit/formats/jqPlotChartTest.php
+++ /dev/null
@@ -1,47 +0,0 @@
-<?php
-
-namespace SRF\Test;
-
-use SMW\Test\QueryPrinterRegistryTestCase;
-
-/**
- * Tests for the SRF\jqPlotChart class.
- *
- * @file
- * @since 1.8
- *
- * @ingroup SemanticResultFormats
- * @ingroup Test
- *
- * @group SRF
- * @group SMWExtension
- * @group ResultPrinters
- *
- * @licence GNU GPL v2+
- * @author mwjames
- */
-class jqPlotChartTest extends QueryPrinterRegistryTestCase {
-
- /**
- * @see QueryPrinterRegistryTestCase::getFormats
- *
- * @since 1.8
- *
- * @return array
- */
- public function getFormats() {
- return array( 'jqplotchart' );
- }
-
- /**
- * @see QueryPrinterRegistryTestCase::getClass
- *
- * @since 1.8
- *
- * @return string
- */
- public function getClass() {
- return '\SRFjqPlotChart';
- }
-
-}