From 2a4c80acc0f2dfb4cb8f2b0523e0f683e5d41fd2 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 9 Aug 2023 12:32:23 +0200 Subject: [PATCH] Check Laravel CI version (testing) --- tests/VirtualColumnTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/VirtualColumnTest.php b/tests/VirtualColumnTest.php index 1ec2506..952bd1c 100644 --- a/tests/VirtualColumnTest.php +++ b/tests/VirtualColumnTest.php @@ -111,6 +111,7 @@ class VirtualColumnTest extends TestCase /** @test */ public function encrypted_casts_work_with_virtual_column() { + dump('LARAVEL VERSION', app()::VERSION); // Custom encrypted castables have to be specified in the $customEncryptedCastables static property MyModel::$customEncryptedCastables = [EncryptedCast::class];