You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -691,11 +703,7 @@ public function filterXPath($xpath)
691
703
*/
692
704
publicfunctionfilter($selector)
693
705
{
694
-
if (!class_exists(CssSelectorConverter::class)) {
695
-
thrownew \RuntimeException('To filter with a CSS selector, install the CssSelector component ("composer require symfony/css-selector"). Or use filterXpath instead.');
thrownew \RuntimeException('To filter with a CSS selector, install the CssSelector component ("composer require symfony/css-selector"). Or use filterXpath instead.');
0 commit comments