aboutsummaryrefslogtreecommitdiff
path: root/tests/lib/CssXPath/CssXPathTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/CssXPath/CssXPathTest.php')
-rw-r--r--tests/lib/CssXPath/CssXPathTest.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/lib/CssXPath/CssXPathTest.php b/tests/lib/CssXPath/CssXPathTest.php
new file mode 100644
index 000000000..c6fe24fc8
--- /dev/null
+++ b/tests/lib/CssXPath/CssXPathTest.php
@@ -0,0 +1,8 @@
+<?php
+
+class CssXPathTest extends PHPUnit\Framework\TestCase
+{
+ public function testCssXPathTranslatorClassExists() {
+ $this->assertTrue(class_exists('Gt\\CssXPath\\Translator'));
+ }
+}