8000 minor #21445 [TwigBundle] Fix the name of the cache warming test clas… · symfony/symfony@536e073 · GitHub
[go: up one dir, main page]

Skip to content

Commit 536e073

Browse files
committed
minor #21445 [TwigBundle] Fix the name of the cache warming test class (dunglas)
This PR was merged into the 2.7 branch. Discussion ---------- [TwigBundle] Fix the name of the cache warming test class | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Rename the test class according to PSR-4. Commits ------- 2bc4d3b [TwigBundle] Fix the name of the cache warming test class
2 parents b2b48b1 + 2bc4d3b commit 536e073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/TwigBundle/Tests/Functional/CacheWarmingTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
1818
use Symfony\Bundle\TwigBundle\TwigBundle;
1919

20-
class NewCacheWamingTest extends \PHPUnit_Framework_TestCase
20+
class CacheWarmingTest extends \PHPUnit_Framework_TestCase
2121
{
2222
public function testCacheIsProperlyWarmedWhenTemplatingIsAvailable()
2323
{

0 commit comments

Comments
 (0)
0