summaryrefslogtreecommitdiffstats
path: root/vendor/psr/log/Psr/Log/Test/DummyTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/psr/log/Psr/Log/Test/DummyTest.php')
-rw-r--r--vendor/psr/log/Psr/Log/Test/DummyTest.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/vendor/psr/log/Psr/Log/Test/DummyTest.php b/vendor/psr/log/Psr/Log/Test/DummyTest.php
new file mode 100644
index 0000000..9638c11
--- /dev/null
+++ b/vendor/psr/log/Psr/Log/Test/DummyTest.php
@@ -0,0 +1,18 @@
+<?php
+
+namespace Psr\Log\Test;
+
+/**
+ * This class is internal and does not follow the BC promise.
+ *
+ * Do NOT use this class in any way.
+ *
+ * @internal
+ */
+class DummyTest
+{
+ public function __toString()
+ {
+ return 'DummyTest';
+ }
+}