Commit dbc6d9f
authored
Fix order of tests for managing composer
When symfony_project_manage_composer is False, there is an error 'dict object' has no attribute 'stat'. Because when it is false you don't check if it exists, so composer_file has no .stat. But it is tested first so fails with an error.
Swapping the order of the tests fixes the issue.1 parent 84a5944 commit dbc6d9f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments