8000 minor #26602 Fix typo in test method name (kubk) · symfony/symfony@cddfaab · GitHub
[go: up one dir, main page]

Skip to content

Commit cddfaab

Browse files
minor #26602 Fix typo in test method name (kubk)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #26602). Discussion ---------- Fix typo in test method name | Q | A | ------------- | --- | Branch? | master | New feature? | no | BC breaks? | no | Deprecations? | no | License | MIT | Doc PR | no Method test**Cach**WithInvalidCallback replaced with test**Cache**WithInvalidCallback <!-- Write a short README entry for your feature/bugfix here (replace this comment block.) This will help people understand your PR and can be used as a start of the Doc PR. Additionally: - Bug fixes must be submitted against the lowest branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the master branch. --> Commits ------- cc38c6b Fix typo in test method name
2 parents 887cba2 + cc38c6b commit cddfaab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Config/Tests/ConfigCacheFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ConfigCacheFactoryTest extends TestCase
2020
* @expectedException \InvalidArgumentException
2121
* @expectedExceptionMessage Invalid type for callback argument. Expected callable, but got "object".
2222
*/
23-
public function testCachWithInvalidCallback()
23+
public function testCacheWithInvalidCallback()
2424
{
2525
$cacheFactory = new ConfigCacheFactory(true);
2626

0 commit comments

Comments
 (0)
0