Chun-Sheng, Li

Results 220 issues of Chun-Sheng, Li

As title, is it possible to let the `Reader` class can parse the CSV strings instead of parsing the `CSV` file?

# Changed log Try to fix issue #66.

Closes #308.

# Changed log - It seems that the package requires `php-7.1` version at least. Setting the correct version semver for `PHP`. - Removing some invalid attributes on `phpunit.xml.dist` file. These...

# Changed log - According to the [PHPUnit doc](https://phpunit.readthedocs.io/en/8.5/fixtures.html#more-setup-than-teardown), it should be `protected function setUp` and `protected function tearDown` methods. - Using the `assertTrue` to assert expected is `true`.

As title, I think it should use the `libxml_disable_entity_loader` to prevent this vulnerability when the `libxml` version is lower than `2.9`. Some useful references are as follows: - https://www.php.net/manual/en/function.libxml-disable-entity-loader.php -...

# Changed log - Merge `composer-travis-ci.json` to `composer.json`. - Using class-based PHPUnit namespace to be compatible with latest PHPUnit versions. - Define multiple PHPUnit versions to support different PHP versions.

## Description - Improve PHPunit assertions. ## Motivation and context - Using the `assertFalse` to let expected be `false`. ## How has this been tested? N/A ## Types of changes...

# Changed log - Add `php-7.4` version test during Travis CI build. - The `.phpunit.result.cache` is generated by `PHPUnit` test execution and it should not be under Git version control....

# Changed log - Remove the `#` because it's unnecessary.