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

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