You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->expectExceptionMessage('Too many workflows (workflow2, workflow3) match this subject (Symfony\Component\Workflow\Tests\Subject2); set a different name on each and use the second (name) argument of this method.');
66
67
$w1 = $this->registry->get(newSubject2());
67
68
$this->assertInstanceOf(Workflow::class, $w1);
@@ -70,7 +71,7 @@ public function testGetWithMultipleMatch()
$this->expectExceptionMessage('All transitions for a place must have an unique name. Multiple transitions named "t1" where found for place "a" in workflow "foo".');
38
39
$places = range('a', 'c');
39
40
@@ -49,7 +50,7 @@ public function testWorkflowWithInvalidNames()
$this->expectExceptionMessage('The marking store of workflow "foo" can not store many places. But the definition has 2 initial places. Only one is supported.');
$this->expectExceptionMessage('The value returned by the MarkingStore is not an instance of "Symfony\Component\Workflow\Marking" for workflow "unnamed".');
0 commit comments