forked from kevinowino869/mitrobill
using Vendor from composer
This commit is contained in:
18
system/vendor/psr/log/Psr/Log/Test/DummyTest.php
vendored
Normal file
18
system/vendor/psr/log/Psr/Log/Test/DummyTest.php
vendored
Normal file
@ -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';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user