We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0f498 commit 1914d90Copy full SHA for 1914d90
1 file changed
tests/TestCase/Association/EmbeddedTest.php
@@ -85,7 +85,7 @@ public function testSetPropertyWithNull(): void
85
$embedded = new ConcreteEmbedded('TestAlias');
86
$original = $embedded->getProperty();
87
88
- $result = $embedded->setProperty(null);
+ $result = $embedded->setProperty();
89
90
$this->assertSame($embedded, $result); // Test fluent interface
91
$this->assertSame($original, $embedded->getProperty()); // Should not change
0 commit comments