Skip to content

Commit a4cb0a6

Browse files
Merge branch '6.2' into 6.3
* 6.2: (22 commits) [Mailer] Include all transports' debug messages in RoundRobin transport exception [FrameworkBundle] fix: fix help message Hide excluded services from container debug list [Validator] Allow opt-out of EmailValidator deprecation when using Validation::createValidatorBuilder() Fix HtmlSanitizer default configuration behavior for allowed schemes Use relative timestamps [Translation] add tests + fix [Cache] Fix dealing with ext-redis' multi/exec returning a bool [Messenger][Amqp] Added missing rpc_timeout option [Serializer] Prevent GetSetMethodNormalizer from creating invalid magic method call [HttpFoundation] Fix dumping array cookies [WebProfilerBundle] Fix dump header not being displayed TraceableHttpClient: increase decorator's priority Use static methods inside data providers [FrameworkBundle] Allow configuring `framework.exceptions` with a config builder bug #48313 [Mime] Fix MessagePart serialization [HttpKernel][ErrorHandler] Fix reading the SYMFONY_IDE env var [ErrorHandler][DebugClassLoader] Fix some new return types support Fix getting the name of closures on PHP 8.1.11+ [Translator] Fix typo "internal" / "interval" ...
2 parents 68cce71 + c01de1d commit a4cb0a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Test/TranslatorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public function getTransChoiceTests()
137137
}
138138

139139
/**
140-
* @dataProvider getInternal
140+
* @dataProvider getInterval
141141
*/
142142
public function testInterval($expected, $number, $interval)
143143
{
@@ -146,7 +146,7 @@ public function testInterval($expected, $number, $interval)
146146
$this->assertEquals($expected, $translator->trans($interval.' foo|[1,Inf[ bar', ['%count%' => $number]));
147147
}
148148

149-
public function getInternal()
149+
public function getInterval()
150150
{
151151
return [
152152
['foo', 3, '{1,2, 3 ,4}'],

0 commit comments

Comments
 (0)