commit c6f72d04384108919174af650c92f68e12e3bf8e parent 863af61dea45db1c1e8224a622f82384b17d7cfd Author: Marcel <MTRNord@users.noreply.github.com> Date: Tue, 13 Oct 2015 20:57:16 +0200 Create index.php Diffstat:
| A | tests/index.php | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/tests/index.php b/tests/index.php @@ -0,0 +1,6 @@ +<?php +class mysqlTest extends PHPUnit_Framework_TestCase +{ + $this->markTestIncomplete('This test is not a test xD'); +} +?>