CssXPathTest.php 186 B

12345678
  1. <?php
  2. class CssXPathTest extends PHPUnit\Framework\TestCase
  3. {
  4. public function testCssXPathTranslatorClassExists() {
  5. $this->assertTrue(class_exists('Gt\\CssXPath\\Translator'));
  6. }
  7. }