Skip to content

Commit fe4c1a6

Browse files
committed
don't skip test, requires 2.1 now
1 parent 8ce6621 commit fe4c1a6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/LiveComponent/tests/Integration/LiveComponentHydratorTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,6 @@ public function testCanDehydrateAndHydrateArrays(): void
270270

271271
public function testCanDehydrateAndHydrateComponentsWithAttributes(): void
272272
{
273-
if (!class_exists(ComponentAttributes::class)) {
274-
$this->markTestSkipped('Attributes trait not available.');
275-
}
276-
277273
/** @var LiveComponentHydrator $hydrator */
278274
$hydrator = self::getContainer()->get('ux.live_component.component_hydrator');
279275

0 commit comments

Comments
 (0)