This file is indexed.

/usr/share/php/tests/Horde_Share/Horde/Share/Stub/Group.php is in php-horde-share 2.0.4-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
<?php

class Horde_Share_Stub_Group extends Horde_Group_Mock
{
    protected $_groups = array('mygroup' => array('name' => 'mygroup',
                                                  'users' => array('john')));
}