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

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