xref: /dokuwiki/lib/plugins/testing/_test/dummy_plugin_test.test.php (revision 3e2fa388693f117b05e78c833043887bdae5578b)
1<?php
2
3class TestingDummyPluginTest extends DokuWikiTest {
4
5    function testNothing() {
6        $this->assertTrue(true, 'wow, you really fucked up');
7    }
8
9}
10