JakubOnderka / PHP-Parallel-Lint

This tool check syntax of PHP files faster than serial check with fancier output.
Other
647 stars 62 forks source link

Issue #69 fix proposal #70

Closed lamskoy closed 8 years ago

grogy commented 8 years ago

Thanks. Can you add the unit test?

lamskoy commented 8 years ago

Wish I could have some free time for unit tests too :)

lamskoy commented 8 years ago

Btw why not PHPunit used?

grogy commented 8 years ago

It's good question. PHPUnit isn't used because it is too big and too complex tool. Here is used Nette Tester - it's very easy to use tool. Would you help with it?

JakubOnderka commented 8 years ago

Hi! Many thanks for your report and pull request, but your solution has problem if a filename contains in – I know that this must be very rare, but human nerver knows :) So I commited into repository own solution.

I am looking forward for your next patches and reports.