Contribution Date
Technology
Contribution Project
Contribution Details
Good find with the test failure!
-
+++ b/tests/src/Kernel/DOComputedFieldsTest.php @@ -0,0 +1,72 @@ + $container->removeDefinition('test.http_client.middleware');
Please add a comment with the d.o issue URL mentioning that we can remove this once that gets merged.
-
+++ b/tests/src/Kernel/DOComputedFieldsTest.php @@ -0,0 +1,72 @@ + $this->assertSame($computedField->getValue(), $userData->field_country);
Somethings not right here. All your $computedField are based on a single $typed_data which returns exactly the same value, yet it works when you compare it to different values? In this line, shouldn't
$computedField->getValue()
return'hussainweb'
Contribution Issue Link
Files count
0
Patches count
0