Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ab7e024

Browse files
fix: extra white space
1 parent 8f4b026 commit ab7e024

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/Test/WebTestCaseTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ public function testAssertSelectorNotExists()
190190
$this->getCrawlerTester(new Crawler('<html><body><h1>'))->assertSelectorNotExists('body > h1');
191191
}
192192

193-
194193
public function testAssertSelectorCount()
195194
{
196195
$this->getCrawlerTester(new Crawler('<html><body><p>Hello</p></body></html>'))->assertSelectorCount(1, 'p');

0 commit comments

Comments
 (0)