mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 08:04:04 +00:00
Check Laravel CI version (testing)
This commit is contained in:
parent
eda9895595
commit
2a4c80acc0
1 changed files with 1 additions and 0 deletions
|
|
@ -111,6 +111,7 @@ class VirtualColumnTest extends TestCase
|
||||||
|
|
||||||
/** @test */
|
/** @test */
|
||||||
public function encrypted_casts_work_with_virtual_column() {
|
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
|
// Custom encrypted castables have to be specified in the $customEncryptedCastables static property
|
||||||
MyModel::$customEncryptedCastables = [EncryptedCast::class];
|
MyModel::$customEncryptedCastables = [EncryptedCast::class];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue