summaryrefslogtreecommitdiff
path: root/tests/Framework/ContentFilter.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Framework/ContentFilter.php')
-rw-r--r--tests/Framework/ContentFilter.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/Framework/ContentFilter.php b/tests/Framework/ContentFilter.php
deleted file mode 100644
index 9bee9368b..000000000
--- a/tests/Framework/ContentFilter.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-
-/**
- * Test class to test rcube_content_filter class
- *
- * @package Tests
- */
-class Framework_ContentFilter extends PHPUnit_Framework_TestCase
-{
-
- /**
- * Class constructor
- */
- function test_class()
- {
- $object = new rcube_content_filter();
-
- $this->assertInstanceOf('rcube_content_filter', $object, "Class constructor");
- }
-}