Skip to content

Commit 6966e44

Browse files
committed
chore: remove comments
1 parent 9dc1596 commit 6966e44

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/Unit/SimpleContainerTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ public function testHasReturnsFalseOnCircularAlias(): void
2222
$container->setAlias('a', 'b');
2323
$container->setAlias('b', 'a');
2424

25-
// Current behavior: this throws ContainerException
26-
// Desired behavior: this returns false
2725
self::assertFalse($container->has('a'));
2826
}
2927

0 commit comments

Comments
 (0)