This file is indexed.

/usr/share/php/kohana3.2/modules/cache/tests/phpunit.xml is in libkohana3.2-mod-cache-php 3.2.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
<!--
	This is an example phpunit.xml file to get you started
	Copy it to a directory, update the relative paths and rename to phpunit.xml
	Then to run tests cd into it's directory and just run
		phpunit
	(it'll automatically use any phpunit.xml file in the current directory)

	Any options you specify when calling phpunit will override the ones in here
-->
<php>
	<includePath>./cache</includePath>
</php>
<phpunit colors="true" bootstrap="/path/to/your/unittest/bootstrap.php">
	<testsuites>
		<testsuite name="Kohana Cache Tests">
			<directory suffix=".php">cache/</directory>
		</testsuite>
	</testsuites>
</phpunit>