Version 1
[yaffs-website] / vendor / symfony / class-loader / Tests / Fixtures / psr-4 / Lets / Go / Deeper / Class_With_Underscores.php
diff --git a/vendor/symfony/class-loader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Class_With_Underscores.php b/vendor/symfony/class-loader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Class_With_Underscores.php
new file mode 100644 (file)
index 0000000..e18bb0f
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+
+namespace Acme\DemoLib\Lets\Go\Deeper;
+
+class Class_With_Underscores
+{
+}