From e89881e5892c18377aac3f4a015d23753828631e Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 25 Feb 2020 21:45:04 +0100 Subject: [PATCH] add test file --- tests/Application/info-test.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/Application/info-test.json diff --git a/tests/Application/info-test.json b/tests/Application/info-test.json new file mode 100644 index 000000000..77d3f1aab --- /dev/null +++ b/tests/Application/info-test.json @@ -0,0 +1,20 @@ +{ + "name": { + "id": 1000100000, + "internal": "ABC", + "external": "ABC" + }, + "version": "1.0.0", + "category": "Test", + "requirements": { + "phpOMS": "1.0.0", + "phpOMS-db": "1.0.0" + }, + "creator": { + "name": "Orange Management", + "website": "www.spl1nes.com" + }, + "description": "The administration module.", + "directory": "Admin", + "dependencies": [] +} \ No newline at end of file