1<?php
2
3use Twig\Test\IntegrationTestCase;
4
5class_exists('Twig\Test\IntegrationTestCase');
6
7if (\false) {
8    class Twig_Test_IntegrationTestCase extends IntegrationTestCase
9    {
10    }
11}
12