Yaffs site version 1.1
[yaffs-website] / vendor / twig / twig / src / Test / IntegrationTestCase.php
1 <?php
2
3 namespace Twig\Test;
4
5 class_exists('Twig_Test_IntegrationTestCase');
6
7 if (\false) {
8     class IntegrationTestCase extends \Twig_Test_IntegrationTestCase
9     {
10     }
11 }