commit 29168ea274b9b0f618c4c86e2ef64fe9491af3d7 parent c01622365d4132ad86f2ae6a6647fa4c9a7e722a Author: Marcel <marcel@vdebian> Date: Wed, 14 Oct 2015 22:30:05 +0200 Add Test and gitignore Diffstat:
| A | .gitignore | | | 1 | + |
| A | .gitignore~ | | | 0 | |
| R | index_class.php -> indexClass.php | | | 0 | |
| M | phpunit.xml | | | 3 | +-- |
| C | phpunit.xml -> phpunit.xml~ | | | 0 | |
| A | tests/indexClassTest.php | | | 0 | |
| A | upload.sh~ | | | 0 |
7 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -0,0 +1 @@ +upload.sh diff --git a/.gitignore~ b/.gitignore~ diff --git a/index_class.php b/indexClass.php diff --git a/phpunit.xml b/phpunit.xml @@ -2,7 +2,6 @@ <phpunit bootstrap="tests/bootstrap.php" colors="true" verbose="true"> <testsuite name="mysqliLoadedTest"> - <file>tests/mysqliLoadedTest.php</file> - <file>tests/mysqliMakeDB.php</file> + <file>tests/indexClassTest.php</file> </testsuite> </phpunit> diff --git a/phpunit.xml b/phpunit.xml~ diff --git a/tests/indexClassTest.php b/tests/indexClassTest.php diff --git a/upload.sh~ b/upload.sh~