PHPIndex

This page lists files in the current directory. You can view content, get download/execute commands for Wget, Curl, or PowerShell, or filter the list using wildcards (e.g., `*.sh`).

CssXPathTest.php
wget 'https://lists2.roe3.org/FreshRSS/tests/lib/CssXPath/CssXPathTest.php'
View Content
<?php
declare(strict_types=1);

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