aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/plugins/testing/_test/dummy_plugin_test.test.php
blob: eee825fbdef96a8569ee9bbadbf98fe28e84339a (plain) (blame)
1
2
3
4
5
6
7
8
9
<?php

class TestingDummyPluginTest extends DokuWikiTest {

    function testNothing() {
        $this->assertTrue(true, 'wow, you really fucked up');
    }

}