httpdocs/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr/log/Psr/Log/Test/DummyTest.php 0000644 00000000411 15156625742 0035477 0 ustar 00 var/www/vhosts/uyarreklam.com.tr <?php
namespace AIOSEO\Vendor\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';
}
}