Files
Twig/lib/Twig/SimpleTest.php
T
2015-03-02 17:40:20 +01:00

22 lines
398 B
PHP

<?php
/*
* This file is part of Twig.
*
* (c) 2010-2012 Fabien Potencier
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* Represents a template test.
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @deprecated since 2.0 (to be removed in 3.0)
*/
class Twig_SimpleTest extends Twig_Test
{
}