mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 10:56:38 +00:00
Remove obsolete "requires PHP" annotation
This commit is contained in:
@@ -19,9 +19,6 @@ use Twig\Util\DeprecationCollector;
|
|||||||
|
|
||||||
class DeprecationCollectorTest extends TestCase
|
class DeprecationCollectorTest extends TestCase
|
||||||
{
|
{
|
||||||
/**
|
|
||||||
* @requires PHP 5.3
|
|
||||||
*/
|
|
||||||
public function testCollect()
|
public function testCollect()
|
||||||
{
|
{
|
||||||
$twig = new Environment(new ArrayLoader());
|
$twig = new Environment(new ArrayLoader());
|
||||||
|
|||||||
Reference in New Issue
Block a user