We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9d6511 + 544b0ea commit a9c1800Copy full SHA for a9c1800
Tests/CssSelectorConverterTest.php
@@ -11,9 +11,10 @@
11
12
namespace Symfony\Component\CssSelector\Tests;
13
14
+use PHPUnit\Framework\TestCase;
15
use Symfony\Component\CssSelector\CssSelectorConverter;
16
-class CssSelectorConverterTest extends \PHPUnit_Framework_TestCase
17
+class CssSelectorConverterTest extends TestCase
18
{
19
public function testCssToXPath()
20
0 commit comments