commit eea0a8f0e8ae4b9a5fe52e164348aa0509575561 parent b2e069cb541a6fe56ec6fe7f8b6be34ad5546d51 Author: Marcel <MTRNord@users.noreply.github.com> Date: Sun, 4 Oct 2015 15:32:13 +0200 Update and rename indexTest.php to index.php Diffstat:
| A | Tests/index.php | | | 6 | ++++++ |
| D | Tests/indexTest.php | | | 1 | - |
2 files changed, 6 insertions(+), 1 deletion(-)
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'); +} +?> diff --git a/Tests/indexTest.php b/Tests/indexTest.php @@ -1 +0,0 @@ -