summaryrefslogtreecommitdiffstats
path: root/AvailableMetersPanel.h
AgeCommit message (Expand)Author
2020-08-18Re-generate all headers with latest scripts/MakeHeader.pyNathan Scott
2015-01-21Sorry about the mega-patch.Hisham Muhammad
2012-12-05Changes in object model: separate class objects to store vtable. Also, nicer ...Hisham Muhammad
2011-12-26major header cleanupHisham Muhammad
2008-03-09Clean up headers by using 'static' whenever possible.Hisham Muhammad
2006-06-06Regenerated all headers.Hisham Muhammad
2006-05-30Remove references to ListBoxHisham Muhammad
2006-05-30Rename ListBox'es to Panel's, matching dit.Hisham Muhammad
script-eslint/eslint-plugin-8.0.0 Mirror of https://github.com/nextcloud/newsmatthias
summaryrefslogtreecommitdiffstats
path: root/phpunit.integration.xml
blob: 839e1a021eb0471915a02a1fb25cd511055b1af2 (plain)
1
2
3
4
5
6
7
<phpunit bootstrap="tests/bootstrap.php" colors="true">
    <testsuites>
        <testsuite name="integration">
            <directory>./tests/integration</directory>
        </testsuite>
    </testsuites>
</phpunit>