Skip to content

Commit

Permalink
[Add] WIP Basic Browser test to verify BlocksInput interactivity
Browse files Browse the repository at this point in the history
  • Loading branch information
bumbummen99 committed Nov 24, 2024
1 parent 3184754 commit 77f6ab0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/Browser/BlocksInputTest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php

namespace Tests\SkyRaptor\FilamentBlocksBuilder\Feature;

class BlocksInputTest extends TestCase
{
/**
* This test is intended to ensure that nested BlocksInput
* instances do work and interact as intended.
*/
function test_nested_builders_interaction()
{
$this->assertTrue(true);
}
}

0 comments on commit 77f6ab0

Please sign in to comment.