mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 03:58:45 +02:00
[WIP][POC] the PhpUnit tests can now build and use various environments
drawbacks: the application startup was emulated since it is not compatible with a custom env. when launched with the CLI (it rely on the session in an incompatible way)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.7">
|
||||
<menus>
|
||||
<menu id="module-test-foo" xsi:type="WebPageMenuNode" _delta="define">
|
||||
<rank>9999</rank>
|
||||
<parent>SystemTools</parent>
|
||||
<url>foo.php</url>
|
||||
<enable_admin_only>1</enable_admin_only>
|
||||
</menu>
|
||||
</menus>
|
||||
</itop_design>
|
||||
Reference in New Issue
Block a user