Skip to content

Commit f8b573a

Browse files
committed
Merge branch '2.3' into 2.7
* 2.3: [Request] Ignore invalid IP addresses sent by proxies Able to load big xml files with DomCrawler fixed typo [Form] Fix constraints could be null if not set [Finder] Check PHP version before applying a workaround for a PHP bug fixed CS sort bundles in config:dump-reference command Fixer findings.
2 parents 1a869e5 + 1c05c09 commit f8b573a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Tests/Node/AbstractNodeTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ public function testSpecificityValue(NodeInterface $node, $value)
2828
}
2929

3030
abstract public function getToStringConversionTestData();
31+
3132
abstract public function getSpecificityValueTestData();
3233
}

Tests/Parser/Handler/AbstractHandlerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ public function testDontHandleValue($value)
4343
}
4444

4545
abstract public function getHandleValueTestData();
46+
4647
abstract public function getDontHandleValueTestData();
48+
4749
abstract protected function generateHandler();
4850

4951
protected function assertStreamEmpty(TokenStream $stream)

0 commit comments

Comments
 (0)