Skip to content

Commit 9862f9c

Browse files
committed
-
1 parent e68c917 commit 9862f9c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Workflow/Tests/Validator/StateMachineValidatorTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,10 @@ public function testValid()
116116

117117
public function testWithTooManyInitialPlaces()
118118
{
119-
120119
$places = range('a', 'c');
121120
$transitions = [];
122121
$definition = new Definition($places, $transitions, ['a', 'b']);
123122

124-
125123
$this->expectException(InvalidDefinitionException::class);
126124
$this->expectExceptionMessage('The state machine "foo" cannot store many places. But the definition has 2 initial places. Only one is supported.');
127125

0 commit comments

Comments
 (0)