aboutsummaryrefslogtreecommitdiff
path: root/tests/lib/CssXPath/CssXPathTest.php
blob: c6fe24fc84c29c7d6ed153775d99ec13711b21ae (plain)
1
2
3
4
5
6
7
8
<?php

class CssXPathTest extends PHPUnit\Framework\TestCase
{
	public function testCssXPathTranslatorClassExists() {
		$this->assertTrue(class_exists('Gt\\CssXPath\\Translator'));
	}
}