Skip to content

Commit 66af0b0

Browse files
author
Pete Bishop
committed
Allow dynamic properties on mock class
1 parent ec176cd commit 66af0b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Mocks/HasPreAndPostProcessingMock.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Illuminate\Console\Command;
66
use Native\Electron\Traits\HasPreAndPostProcessing;
77

8+
#[\AllowDynamicProperties]
89
class HasPreAndPostProcessingMock extends Command
910
{
1011
use HasPreAndPostProcessing;

0 commit comments

Comments
 (0)