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.');
60
60
$w1 = $this->registry->get(newSubject2());
61
61
$this->assertInstanceOf(Workflow::class, $w1);
@@ -64,7 +64,7 @@ public function testGetWithMultipleMatch()
0 commit comments