Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0c326d0

Browse filesBrowse files
alexislefebvrefabpot
authored andcommitted
Add missing test for workflow dump description
1 parent d27c530 commit 0c326d0
Copy full SHA for 0c326d0

File tree

3 files changed

+5
-2
lines changed
Filter options

3 files changed

+5
-2
lines changed

‎src/Symfony/Component/Workflow/Tests/WorkflowBuilderTrait.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Workflow/Tests/WorkflowBuilderTrait.php
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ private function createSimpleWorkflowDefinition()
5656
$placesMetadata = [];
5757
$placesMetadata['c'] = [
5858
'bg_color' => 'DeepSkyBlue',
59+
'description' => 'My custom place description',
5960
];
6061

6162
$transitionsMetadata = new \SplObjectStorage();

‎src/Symfony/Component/Workflow/Tests/fixtures/puml/square/simple-workflow-marking.puml

Copy file name to clipboardExpand all lines: src/Symfony/Component/Workflow/Tests/fixtures/puml/square/simple-workflow-marking.puml
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ skinparam agent {
1717
}
1818
state "a" <<initial>>
1919
state "b" <<marked>>
20-
state "c" <<DeepSkyBlue>>
20+
state "c" <<DeepSkyBlue>> as c
21+
c : My custom place description
2122
agent "t1"
2223
agent "t2"
2324
"a" -[#Purple]-> "t1": "<font color=Grey>My custom transition label 2</font>"

‎src/Symfony/Component/Workflow/Tests/fixtures/puml/square/simple-workflow-nomarking.puml

Copy file name to clipboardExpand all lines: src/Symfony/Component/Workflow/Tests/fixtures/puml/square/simple-workflow-nomarking.puml
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ skinparam agent {
1717
}
1818
state "a" <<initial>>
1919
state "b"
20-
state "c" <<DeepSkyBlue>>
20+
state "c" <<DeepSkyBlue>> as c
21+
c : My custom place description
2122
agent "t1"
2223
agent "t2"
2324
"a" -[#Purple]-> "t1": "<font color=Grey>My custom transition label 2</font>"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.