Yaffs site version 1.1
[yaffs-website] / vendor / twig / twig / src / Test / NodeTestCase.php
diff --git a/vendor/twig/twig/src/Test/NodeTestCase.php b/vendor/twig/twig/src/Test/NodeTestCase.php
new file mode 100644 (file)
index 0000000..bf56b97
--- /dev/null
@@ -0,0 +1,11 @@
+<?php
+
+namespace Twig\Test;
+
+class_exists('Twig_Test_NodeTestCase');
+
+if (\false) {
+    class NodeTestCase extends \Twig_Test_NodeTestCase
+    {
+    }
+}