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 9a570c5 commit ced6a67Copy full SHA for ced6a67
src/LiveComponent/tests/Integration/LiveComponentHydratorTest.php
@@ -1872,7 +1872,10 @@ public function getTest(LiveComponentMetadataFactory $metadataFactory): Hydratio
1872
return new HydrationTestCase(
1873
$this->component,
1874
new LiveComponentMetadata(
1875
- new ComponentMetadata(['key' => '__testing']),
+ new ComponentMetadata([
1876
+ 'key' => '__testing',
1877
+ 'mount' => $reflectionClass->hasMethod('mount') ? ['mount'] : [],
1878
+ ]),
1879
$metadataFactory->createPropMetadatas($reflectionClass),
1880
),
1881
$this->inputProps,
0 commit comments