Skip to content

Commit ceecba5

Browse files
HP-1751 fixed BillingRegistryTest::testGetBehaviorThrowsExceptionWhenNotFound() test case
1 parent 2cd3fe1 commit ceecba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/product/BillingRegistryTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function testGetBehavior(): void
8383
public function testGetBehaviorThrowsExceptionWhenNotFound(): void
8484
{
8585
$this->expectException(BehaviorNotFoundException::class);
86-
$this->registry->getBehavior('non-existent-type', BehaviorInterface::class);
86+
$this->registry->getBehavior('non-existent-type', DummyBehavior::class);
8787
}
8888

8989
// public function testCreateQuantityFormatterThrowsExceptionWhenNotFound(): void

0 commit comments

Comments
 (0)