summaryrefslogtreecommitdiff
path: root/vendor/symfony/debug/Tests/Fixtures/reallyNotPsr0.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/debug/Tests/Fixtures/reallyNotPsr0.php')
-rw-r--r--vendor/symfony/debug/Tests/Fixtures/reallyNotPsr0.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/symfony/debug/Tests/Fixtures/reallyNotPsr0.php b/vendor/symfony/debug/Tests/Fixtures/reallyNotPsr0.php
new file mode 100644
index 00000000..8554725a
--- /dev/null
+++ b/vendor/symfony/debug/Tests/Fixtures/reallyNotPsr0.php
@@ -0,0 +1,7 @@
+<?php
+
+namespace Symfony\Component\Debug\Tests\Fixtures;
+
+class NotPSR0
+{
+}