[TwigBundle] Fix the name of the cache warming test class

This commit is contained in:
Kévin Dunglas 2017-01-28 17:23:55 +01:00
parent b2b48b1573
commit 2bc4d3b2c1
No known key found for this signature in database
GPG Key ID: 4D04EBEF06AAF3A6
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ use Symfony\Component\Filesystem\Filesystem;
use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
use Symfony\Bundle\TwigBundle\TwigBundle;
class NewCacheWamingTest extends \PHPUnit_Framework_TestCase
class CacheWarmingTest extends \PHPUnit_Framework_TestCase
{
public function testCacheIsProperlyWarmedWhenTemplatingIsAvailable()
{