8000
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.
1 parent 8f4b026 commit ab7e024Copy full SHA for ab7e024
src/Symfony/Bundle/FrameworkBundle/Tests/Test/WebTestCaseTest.php
@@ -190,7 +190,6 @@ public function testAssertSelectorNotExists()
190
$this->getCrawlerTester(new Crawler('<html><body><h1>'))->assertSelectorNotExists('body > h1');
191
}
192
193
-
194
public function testAssertSelectorCount()
195
{
196
$this->getCrawlerTester(new Crawler('<html><body><p>Hello</p></body></html>'))->assertSelectorCount(1, 'p');
0 commit comments