File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -253,10 +253,10 @@ It also enables auto-completion in PhpStorm.
253
253
#### Usage
254
254
255
255
``` bash
256
- vendor/bin/mftf generate:urn-catalog [--force] [< path to the directory with misc.xml> ]
256
+ vendor/bin/mftf generate:urn-catalog [--force] [< path to misc.xml> ]
257
257
```
258
258
259
- ` misc.xml ` is typically located in ` <project root>/.idea/ ` .
259
+ ` misc.xml ` is typically located at ` <project root>/.idea/misc.xml ` .
260
260
261
261
#### Options
262
262
@@ -267,7 +267,7 @@ vendor/bin/mftf generate:urn-catalog [--force] [<path to the directory with misc
267
267
#### Example
268
268
269
269
``` bash
270
- vendor/bin/mftf generate:urn-catalog .idea/
270
+ vendor/bin/mftf generate:urn-catalog .idea/misc.xml
271
271
```
272
272
273
273
### ` reset `
Original file line number Diff line number Diff line change @@ -170,13 +170,13 @@ vendor/bin/mftf build:project
170
170
If you use PhpStorm, generate a URN catalog:
171
171
172
172
``` bash
173
- vendor/bin/mftf generate:urn-catalog .idea/
173
+ vendor/bin/mftf generate:urn-catalog .idea/misc.xml
174
174
```
175
175
176
176
If the file does not exist, add the ` --force ` option to create it:
177
177
178
178
``` bash
179
- vendor/bin/mftf generate:urn-catalog --force .idea/
179
+ vendor/bin/mftf generate:urn-catalog --force .idea/misc.xml
180
180
```
181
181
182
182
See [ ` generate:urn-catalog ` ] [ ] for more details.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Takes place when **first** digit of version number changes.
39
39
40
40
## After updating
41
41
42
- 1 . It is a good idea to regenerate your IDE Schema Definition catalog with ` vendor/bin/mftf generate:urn-catalog .idea/ `
42
+ 1 . It is a good idea to regenerate your IDE Schema Definition catalog with ` vendor/bin/mftf generate:urn-catalog .idea/misc.xml `
43
43
1 . Update your tests, including data, metadata and other resources. Check if they contain tags that are unsupported in the newer version.
44
44
1 . Remove the references to resources (ActionGroups, Sections, Tests) marked as deprecated.
45
45
You can’t perform that action at this time.
0 commit comments