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 291c1e9 commit 931bca2Copy full SHA for 931bca2
Tests/AbstractCrawlerTest.php
@@ -1072,8 +1072,6 @@ public function testChildren()
1072
$this->assertTrue(true, '->children() does not trigger a notice if the node has no children');
1073
} catch (\PHPUnit\Framework\Error\Notice $e) {
1074
$this->fail('->children() does not trigger a notice if the node has no children');
1075
- } catch (\PHPUnit\Framework\Error\Notice $e) {
1076
- $this->fail('->children() does not trigger a notice if the node has no children');
1077
}
1078
1079
0 commit comments