We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd3fe1 commit ceecba5Copy full SHA for ceecba5
tests/unit/product/BillingRegistryTest.php
@@ -83,7 +83,7 @@ public function testGetBehavior(): void
83
public function testGetBehaviorThrowsExceptionWhenNotFound(): void
84
{
85
$this->expectException(BehaviorNotFoundException::class);
86
- $this->registry->getBehavior('non-existent-type', BehaviorInterface::class);
+ $this->registry->getBehavior('non-existent-type', DummyBehavior::class);
87
}
88
89
// public function testCreateQuantityFormatterThrowsExceptionWhenNotFound(): void
0 commit comments