File tree
36 files changed
+53
-49
lines changedFilter options
- Tests
- Console/Descriptor
- DependencyInjection
- Fixtures
- php
- xml
- yml
36 files changed
+53
-49
lines changedTests/Console/Descriptor/AbstractDescriptorTest.php renamed to Tests/Console/Descriptor/AbstractDescriptorTestCase.php
Copy file name to clipboardExpand all lines: Tests/Console/Descriptor/AbstractDescriptorTestCase.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
|
Tests/Console/Descriptor/JsonDescriptorTest.php
Copy file name to clipboardExpand all lines: Tests/Console/Descriptor/JsonDescriptorTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
|
Tests/Console/Descriptor/MarkdownDescriptorTest.php
Copy file name to clipboardExpand all lines: Tests/Console/Descriptor/MarkdownDescriptorTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
|
Tests/Console/Descriptor/TextDescriptorTest.php
Copy file name to clipboardExpand all lines: Tests/Console/Descriptor/TextDescriptorTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
|
Tests/Console/Descriptor/XmlDescriptorTest.php
Copy file name to clipboardExpand all lines: Tests/Console/Descriptor/XmlDescriptorTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
|
Tests/DependencyInjection/Fixtures/php/workflow_not_valid.php
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/Fixtures/php/workflow_not_valid.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
| 10 | + |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
|
Tests/DependencyInjection/Fixtures/php/workflow_with_guard_expression.php
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/Fixtures/php/workflow_with_guard_expression.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
| 10 | + |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
|
Tests/DependencyInjection/Fixtures/php/workflow_with_multiple_transitions_with_same_name.php
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/Fixtures/php/workflow_with_multiple_transitions_with_same_name.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
| 10 | + |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
|
Tests/DependencyInjection/Fixtures/php/workflow_with_no_events_to_dispatch.php
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/Fixtures/php/workflow_with_no_events_to_dispatch.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
|
Tests/DependencyInjection/Fixtures/php/workflow_with_specified_events_to_dispatch.php
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/Fixtures/php/workflow_with_specified_events_to_dispatch.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
|
Tests/DependencyInjection/Fixtures/php/workflow_with_support_and_support_strategy.php
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/Fixtures/php/workflow_with_support_and_support_strategy.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
| 10 | + |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
|
Tests/DependencyInjection/Fixtures/php/workflows.php
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/Fixtures/php/workflows.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
| 10 | + |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
| 46 | + |
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
| ||
102 | 102 |
|
103 | 103 |
|
104 | 104 |
|
105 |
| - |
| 105 | + |
106 | 106 |
|
107 | 107 |
|
108 | 108 |
|
|
Tests/DependencyInjection/Fixtures/php/workflows_explicitly_enabled.php
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/Fixtures/php/workflows_explicitly_enabled.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
| 4 | + |
3 | 5 |
|
4 | 6 |
|
5 | 7 |
|
6 | 8 |
|
7 | 9 |
|
8 |
| - |
| 10 | + |
9 | 11 |
|
10 | 12 |
|
11 | 13 |
|
|
Tests/DependencyInjection/Fixtures/php/workflows_explicitly_enabled_named_workflows.php
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/Fixtures/php/workflows_explicitly_enabled_named_workflows.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
| 4 | + |
3 | 5 |
|
4 | 6 |
|
5 | 7 |
|
6 | 8 |
|
7 | 9 |
|
8 |
| - |
| 10 | + |
9 | 11 |
|
10 | 12 |
|
11 | 13 |
|
|
Tests/DependencyInjection/Fixtures/xml/workflow_not_valid.xml
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/Fixtures/xml/workflow_not_valid.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
|
Tests/DependencyInjection/Fixtures/xml/workflow_with_guard_expression.xml
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/Fixtures/xml/workflow_with_guard_expression.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
|
Tests/DependencyInjection/Fixtures/xml/workflow_with_multiple_transitions_with_same_name.xml
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/Fixtures/xml/workflow_with_multiple_transitions_with_same_name.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
|
Tests/DependencyInjection/Fixtures/xml/workflow_with_no_events_to_dispatch.xml
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/Fixtures/xml/workflow_with_no_events_to_dispatch.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
| 13 | + |
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
|
Tests/DependencyInjection/Fixtures/xml/workflow_with_specified_events_to_dispatch.xml
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/Fixtures/xml/workflow_with_specified_events_to_dispatch.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
| 13 | + |
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
|
Tests/DependencyInjection/Fixtures/xml/workflow_with_support_and_support_strategy.xml
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/Fixtures/xml/workflow_with_support_and_support_strategy.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
|
Tests/DependencyInjection/Fixtures/xml/workflows.xml
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/Fixtures/xml/workflows.xml+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| ||
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
48 |
| - |
| 48 | + |
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
| ||
96 | 96 |
|
97 | 97 |
|
98 | 98 |
|
99 |
| - |
| 99 | + |
100 | 100 |
|
101 | 101 |
|
102 | 102 |
|
|
Tests/DependencyInjection/Fixtures/xml/workflows_explicitly_enabled.xml
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/Fixtures/xml/workflows_explicitly_enabled.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
| 10 | + |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
|
Tests/DependencyInjection/Fixtures/xml/workflows_explicitly_enabled_named_workflows.xml
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/Fixtures/xml/workflows_explicitly_enabled_named_workflows.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
|
Tests/DependencyInjection/Fixtures/yml/workflow_not_valid.yml
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/Fixtures/yml/workflow_not_valid.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
|
Tests/DependencyInjection/Fixtures/yml/workflow_with_guard_expression.yml
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/Fixtures/yml/workflow_with_guard_expression.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
|
Tests/DependencyInjection/Fixtures/yml/workflow_with_multiple_transitions_with_same_name.yml
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/Fixtures/yml/workflow_with_multiple_transitions_with_same_name.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
|
Tests/DependencyInjection/Fixtures/yml/workflow_with_no_events_to_dispatch.yml
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/Fixtures/yml/workflow_with_no_events_to_dispatch.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
|
Tests/DependencyInjection/Fixtures/yml/workflow_with_specified_events_to_dispatch.yml
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/Fixtures/yml/workflow_with_specified_events_to_dispatch.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
|
Tests/DependencyInjection/Fixtures/yml/workflow_with_support_and_support_strategy.yml
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/Fixtures/yml/workflow_with_support_and_support_strategy.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
|
Tests/DependencyInjection/Fixtures/yml/workflows.yml
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/Fixtures/yml/workflows.yml+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
| 34 | + |
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
| ||
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
77 |
| - |
| 77 | + |
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
|
Tests/DependencyInjection/Fixtures/yml/workflows_explicitly_enabled.yml
Copy file name to clipboardExpand all lines: Tests/DependencyInjection/Fixtures/yml/workflows_explicitly_enabled.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
| 8 | + |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
|
0 commit comments