We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1108ed commit a7fe7eaCopy full SHA for a7fe7ea
src/Symfony/Component/Workflow/Tests/EventListener/GuardListenerTest.php
@@ -103,15 +103,6 @@ public function testWithValidatorSupportedEventAndAccept()
103
$this->assertFalse($event->isBlocked());
104
}
105
106
- public function testWithGuardExpression()
107
- {
108
- $event = $this->createEvent();
109
- $this->configureValidator(true, true);
110
- $this->listener->onTransition($event, 'test_expression');
111
-
112
- $this->assertFalse($event->isBlocked());
113
- }
114
115
public function testWithGuardExpressionWithNotSupportedTransition()
116
{
117
$event = $this->createEvent(true);
0 commit comments