Chun-Sheng, Li

Results 220 issues of Chun-Sheng, Li

According to issue #10, we can find that this issue is about the deployment issue. We missed that part/section on this repo. I think it should be added and I...

enhancement

As title, it's about the question. Is there any example about using the pyiec61850 to create the TLS server/client? I cannot find any example on the [pyiec61850](https://github.com/mz-automation/libiec61850/tree/v1.4/pyiec61850) folder.

# Changed log - Correct the file permission for PHP files on `tests` folder. - Using the `assertCount` to assert expected is same as result. - Adding the `XDEBUG_MODE=coverage` to...

# Changed log - According to the official [PHPUnit doc](https://phpunit.readthedocs.io/en/7.5/fixtures.html#more-setup-than-teardown), it should be `protected function setUp(): void` method. - Fixing the `NodeTest` class namespace to be compatible with `PSR-4` autoloading.

According to this [issue ](https://bugs.alpinelinux.org/issues/10402#note-1)on Alpine issue tracking system, the `Litespeed` package is only available on `Alpine:3.9` test repository. I think we have the following suggestions: - Add the related...

# Changed log - The PHPUnit fixture `setUp` method is `protected`, not `public`. - Removing additional white spaces. - Using the `assertTrue` and `assertFalse` to assert expected value is `true`...

# Change log - Fix the file permissions to let `.gitignore` and `composer.json` files have the correct permission.

Since the `php-5.6` and `php-7.0` versions are inactive for official PHP team. And I think it's time to drop these above PHP versions and let this framework require `php-7.1` version...

As title, these assertions should use `assertSame` to make assert equals checking strict.