for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ByTIC\Assets\Tests;
use ByTIC\Assets\Encore\EntrypointLookupFactory;
use PHPUnit\Framework\TestCase;
/**
* Class AbstractTest.
*/
abstract class AbstractTest extends TestCase
{
protected function setUp(): void
parent::setUp();
EntrypointLookupFactory::reset();
}