Skip to content

Commit

Permalink
Allow dynamic properties in test
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Sep 8, 2024
1 parent ab6e886 commit 75ad4a4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace Hyde\Framework\Testing\Unit;

use AllowDynamicProperties;
use Hyde\Pages\InMemoryPage;
use Hyde\Testing\UnitTestCase;
use Hyde\Testing\MocksKernelFeatures;
Expand All @@ -17,6 +18,7 @@
*
* @coversNothing
*/
#[AllowDynamicProperties]
class TestingSupportHelpersMetaTest extends UnitTestCase
{
use MocksKernelFeatures;
Expand Down

0 comments on commit 75ad4a4

Please sign in to comment.