From 96c829967ffd8eede7d563265fafc5025b5571f0 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 11 Mar 2015 20:58:53 +0100 Subject: [PATCH] test --- phpunit.xml | 4 ++-- tests/CsvParserTest.php | 4 +++- tests/bootstrap.php | 22 ---------------------- 3 files changed, 5 insertions(+), 25 deletions(-) delete mode 100644 tests/bootstrap.php diff --git a/phpunit.xml b/phpunit.xml index e41ae99..eabb967 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -8,11 +8,11 @@ processIsolation = "false" stopOnFailure = "false" syntaxCheck = "false" - bootstrap = "./tests/bootstrap.php" > + bootstrap = "vendor/autoload.php" > - tests/* + tests/ diff --git a/tests/CsvParserTest.php b/tests/CsvParserTest.php index 3f97961..0c36620 100644 --- a/tests/CsvParserTest.php +++ b/tests/CsvParserTest.php @@ -2,5 +2,7 @@ class CsvParserTest extends \PHPUnit_Framework_TestCase { - + public function testTest() + { + } } diff --git a/tests/bootstrap.php b/tests/bootstrap.php deleted file mode 100644 index 993c1bd..0000000 --- a/tests/bootstrap.php +++ /dev/null @@ -1,22 +0,0 @@ -