Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/vendor/voku/../././psr/log/Psr/Log/Test
الملفات الموجودة في هذا الـ Path:
.
..
DummyTest.php
LoggerInterfaceTest.php
TestLogger.php
مشاهدة ملف: DummyTest.php
<?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';
}
}