eyecatchup / SEOstats

SEOstats is a powerful open source PHP library to request a bunch of SEO relevant metrics.
MIT License
1.47k stars 387 forks source link

Move `tests/` to autoload-dev #154

Open wenzhengjiang opened 7 years ago

wenzhengjiang commented 7 years ago

tests/ should not be exposed to users of the library, so it should be moved to autoload-dev. I also found there were two SEOstatsTest\AbstractServiceTestCase classes defined. Maybe this should also be fixed.