From 816353bf240215e8bd80acc29b577e40400e15c9 Mon Sep 17 00:00:00 2001 From: Ashot Gharakeshishyan Date: Sat, 31 Aug 2024 00:19:02 +0400 Subject: [PATCH] add @log directive --- tests/Testing/BladeLogTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {