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 @@ -