8000 [Workflow] remove duplicate test · symfony/symfony@a7fe7ea · GitHub
[go: up one dir, main page]

Skip to content

Commit a7fe7ea

Browse files
committed
[Workflow] remove duplicate test
1 parent f1108ed commit a7fe7ea

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Symfony/Component/Workflow/Tests/EventListener/GuardListenerTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,6 @@ public function testWithValidatorSupportedEventAndAccept()
103103
$this->assertFalse($event->isBlocked());
104104
}
105105

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-
115106
public function testWithGuardExpressionWithNotSupportedTransition()
116107
{
117108
$event = $this->createEvent(true);

0 commit comments

Comments
 (0)
0