* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Bundle\FrameworkBundle\Tests\CacheWarmer; use Symfony\Bundle\FrameworkBundle\CacheWarmer\ClassCacheCacheWarmer; use Symfony\Bundle\FrameworkBundle\Tests\Fixtures\DeclaredClass; use Symfony\Bundle\FrameworkBundle\Tests\Fixtures\WarmedClass; use Symfony\Bundle\FrameworkBundle\Tests\TestCase; /** * @group legacy */ class ClassCacheCacheWarmerTest extends TestCase { public function testWithDeclaredClasses() { $this->assertTrue(class_exists(WarmedClass::class, true)); $dir = sys_get_temp_dir(); @unlink($dir.'/classes.php'); file_put_contents($dir.'/classes.map', sprintf('warmUp($dir); $this->assertSame(<<<'EOTXT'