t1gor / Robots.txt-Parser-Class

Php class for robots.txt parse
MIT License
83 stars 31 forks source link

Added test cases for rules ending with $ #81

Closed Poky85 closed 6 years ago

Poky85 commented 6 years ago

In #80 we fixed rules containing * that end with $. This PR adds relevant tests.

I have rewritten EndAnchorTest.php data provider so we can define data and asserts in more flexible manner.

Thanks @bopoda for inspiration on test data.

JanPetterMG commented 6 years ago

Thanks @Poky85