summaryrefslogtreecommitdiff
path: root/vendor/ruflin/elastica/test/benchmark/phpunit.xhprof.xml
blob: 2293155a1655412689a1cb38e4cc72d638a2efec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<phpunit backupGlobals="false"
         backupStaticAttributes="true"
         bootstrap="../bootstrap.php"
         colors="true">
    <testsuites>
        <testsuite name="Transport">
            <file>TransportTest.php</file>
        </testsuite>
    </testsuites>
    <listeners>
        <listener class="PHPUnit_Util_Log_XHProf" file="/home/munkie/Projects/phpunit-testlistener-xhprof/PHPUnit/Util/Log/XHProf.php">
            <arguments>
                <array>
                    <element key="xhprofLibFile">
                        <string>/var/www/xhprof/xhprof_lib/utils/xhprof_lib.php</string>
                    </element>
                    <element key="xhprofRunsFile">
                        <string>/var/www/xhprof/xhprof_lib/utils/xhprof_runs.php</string>
                    </element>
                    <element key="xhprofWeb">
                        <string>http://xhprof.local/</string>
                    </element>
                    <element key="appNamespace">
                        <string>Elastica</string>
                    </element>
                    <element key="xhprofFlags">
                        <string>XHPROF_FLAGS_CPU,XHPROF_FLAGS_MEMORY</string>
                    </element>
                    <element key="xhprofConfigFile">
                        <string>/var/www/xhprof/xhprof_lib/config.php</string>
                    </element>
                    <element key="xhprofIgnore">
                        <string>call_user_func,call_user_func_array</string>
                    </element>
                </array>
            </arguments>
        </listener>
    </listeners>
</phpunit>