dolejska-daniel / riot-api

Riot League of Legends & DataDragon API wrappers for PHP7 and PHP8.
GNU General Public License v3.0
112 stars 25 forks source link

Unlink dummy data file on subsequent phpunit runs #22

Closed dgunay closed 6 years ago

dgunay commented 6 years ago

Hi, apologies in advance if I skipped any part of the contribution process - I think this is my first PR to anything with actual code it in.

I noticed that the dummy data file wasn't cleaned up after running this PHPUnit test, leading to a failure on subsequent runs, so I just had the test case delete the file before doing it's thing.

I also made the .gitignore a bit prettier and more descriptive.