File "NullTest.php"
Full Path: /home/cananyalcin/public_html/core/lib/twig/twig/src/Node/Expression/Test/NullTest.php
File size: 181 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Twig\Node\Expression\Test;
class_exists('Twig_Node_Expression_Test_Null');
if (\false) {
class NullTest extends \Twig_Node_Expression_Test_Null
{
}
}