酒店预订平台
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

DummyTest.php 251 B

3年前
123456789101112131415161718
  1. <?php
  2. namespace Psr\Log\Test;
  3. /**
  4. * This class is internal and does not follow the BC promise.
  5. *
  6. * Do NOT use this class in any way.
  7. *
  8. * @internal
  9. */
  10. class DummyTest
  11. {
  12. public function __toString()
  13. {
  14. return 'DummyTest';
  15. }
  16. }