Remove obsolete "requires PHP" annotation

This commit is contained in:
Alexander M. Turek
2024-09-03 12:27:49 +02:00
parent ebb66610c9
commit fe2803d245
-3
View File
@@ -19,9 +19,6 @@ use Twig\Util\DeprecationCollector;
class DeprecationCollectorTest extends TestCase
{
/**
* @requires PHP 5.3
*/
public function testCollect()
{
$twig = new Environment(new ArrayLoader());