We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce6621 commit fe4c1a6Copy full SHA for fe4c1a6
src/LiveComponent/tests/Integration/LiveComponentHydratorTest.php
@@ -270,10 +270,6 @@ public function testCanDehydrateAndHydrateArrays(): void
270
271
public function testCanDehydrateAndHydrateComponentsWithAttributes(): void
272
{
273
- if (!class_exists(ComponentAttributes::class)) {
274
- $this->markTestSkipped('Attributes trait not available.');
275
- }
276
-
277
/** @var LiveComponentHydrator $hydrator */
278
$hydrator = self::getContainer()->get('ux.live_component.component_hydrator');
279
0 commit comments