aboutsummaryrefslogtreecommitdiffstats
path: root/tests/doc/constant-values.html
Commit message (Expand)AuthorAgeFilesLines
* Spring cleaning in the test suite. Docs for AjcTestCase and XMLBasedAjcTestCaseacolyer2004-08-041-0/+138
crl Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/apps/testing/appinfo/info.xml
blob: 4c07ed87d01f696e66e2925fdcf91d48f9443b0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?> 
<info>
	<id>testing</id>
	<name>QA testing</name>
	<description>This app is only for testing! It is dangerous to have it enabled in a live instance</description>
	<licence>AGPL</licence>
	<author>Joas Schilling</author>
	<version>0.1.0</version>
	<dependencies>
		<owncloud min-version="9.1" max-version="9.1" />
	</dependencies>
</info>