for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Steevanb\PhpBacktrace\Tests\DebugBacktrace;
use PHPUnit\Framework\TestCase;
class SetRemovePathPrefixTest extends TestCase
{
public function testWithTrue()
\DebugBacktrace::setRemovePathPrefix(true);
static::addToAssertionCount(1);
}
public function testWithfalse()
public function testWithPrefix()
\DebugBacktrace::setRemovePathPrefix('/foo');