mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-29 15:41:05 -05:00
9 lines
191 B
PHP
9 lines
191 B
PHP
<?php
|
|
|
|
class CssXPathTest extends PHPUnit\Framework\TestCase
|
|
{
|
|
public function testCssXPathTranslatorClassExists(): void {
|
|
self::assertTrue(class_exists('Gt\\CssXPath\\Translator'));
|
|
}
|
|
}
|