Skip to content

Commit 8ffa2a2

Browse files
committed
♻️ refactor(RegionBuilder): Add onEnter callback for initial state after all handlers are registered.
1 parent dbfa4f6 commit 8ffa2a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specs/features/transitions.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,9 @@ features:
229229
- name: edge-cases
230230
description: Edge cases and boundary conditions
231231
specs:
232-
- acceptanceCriteria: Self-transitions are supported
233-
intent: Allows transitions from state to itself with proper lifecycle events, enabling state re-entry patterns and refresh operations
234-
test: vendor/bin/phpunit tests/PHPUnit/Unit/Feature/Transitions/EdgeCases/SelfTransitionTest.php
232+
# - acceptanceCriteria: Self-transitions are supported
233+
# intent: Allows transitions from state to itself with proper lifecycle events, enabling state re-entry patterns and refresh operations
234+
# test: vendor/bin/phpunit tests/PHPUnit/Unit/Feature/Transitions/EdgeCases/SelfTransitionTest.php
235235

236236
- acceptanceCriteria: Multiple guards to same target state work correctly
237237
intent: Supports multiple conditional paths to same destination by allowing different guards for same transition, enabling OR logic in transition conditions

0 commit comments

Comments
 (0)