Skip to content

Commit 07818eb

Browse files
committed
Merge branch '2.8' into 3.0
* 2.8: fixed test [Request] Ignore invalid IP addresses sent by proxies [EventDispatcher] TraceableEventDispatcher resets listener priorities Throw for missing container extensions [TwigBridge] add missing unit tests (AppVariable) 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 add defaultNull to version sort bundles in config:dump-reference command Fixer findings. Profiler CSS position conflicts with JS detection [Translation][Writer] avoid calling setBackup if the dumper is not an instance of FileDumper. [FrameworkBundle] Compute the kernel root hash only one time
2 parents 5c8fd94 + 0611e68 commit 07818eb

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)