diff --git a/tests/Testing/BladeLogTest.php b/tests/Testing/BladeLogTest.php index a60d5ad497f9..1373681c21f6 100644 --- a/tests/Testing/BladeLogTest.php +++ b/tests/Testing/BladeLogTest.php @@ -2,9 +2,9 @@ namespace Illuminate\Tests\Testing; -use PHPUnit\Framework\TestCase; +use Illuminate\Tests\View\Blade\AbstractBladeTestCase; -class BladeLogTest extends TestCase +class BladeLogTest extends AbstractBladeTestCase { public function testLogAreCompiled() {