Skip to content

Commit 599cf7f

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: [PropertyInfo] Update DoctrineExtractor for new DBAL 4 BIGINT type Update security.nl.xlf [Validator] IBAN Check digits should always between 2 and 98 [Security] Populate translations for trans-unit 20 add missing plural translation messages filter out empty HTTP header parts [String] Fix folded in compat mode Remove calls to `getMockForAbstractClass()` [ErrorHandler] Do not call xdebug_get_function_stack() with xdebug >= 3.0 when not in develop mode [Serializer] Fix type for missing property add test for JSON response with null as content [Filesystem] Fix dumpFile `stat failed` error hitting custom handler Remove calls to `TestCase::iniSet()` and calls to deprecated methods of `MockBuilder` [PhpUnitBridge] Fix `DeprecationErrorHandler` with PhpUnit 10
2 parents 1c11fb0 + 517b261 commit 599cf7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DelegatingEngineTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ private function getEngineMock($template, $supports)
134134

135135
private function getStreamingEngineMock($template, $supports)
136136
{
137-
$engine = $this->getMockForAbstractClass(MyStreamingEngine::class);
137+
$engine = $this->createMock(MyStreamingEngine::class);
138138

139139
$engine->expects($this->once())
140140
->method('supports')

0 commit comments

Comments
 (0)