You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing live components, you can assert whether a specific event has been emitted using new assertion methods provided by the ``InteractsWithLiveComponents`` trait.
3833
+
3834
+
Use the following assertions to verify event emissions from your live component::
3835
+
3836
+
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
3837
+
use Symfony\UX\LiveComponent\Test\InteractsWithLiveComponents;
0 commit comments