diff options
Diffstat (limited to 'engine/tests/test_files')
-rw-r--r-- | engine/tests/test_files/plugin_18/manifest.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engine/tests/test_files/plugin_18/manifest.xml b/engine/tests/test_files/plugin_18/manifest.xml index 69166c89c..2a4d72c65 100644 --- a/engine/tests/test_files/plugin_18/manifest.xml +++ b/engine/tests/test_files/plugin_18/manifest.xml @@ -75,6 +75,12 @@ <comparison>lt</comparison> </requires> + <requires> + <type>priority</type> + <priority>after</priority> + <plugin>profile</plugin> + </requires> + <conflicts> <type>plugin</type> <name>profile_api</name> |