Skip to content

Commit

Permalink
Ignoruojame sugenruotą PHPUnit failą cache failą
Browse files Browse the repository at this point in the history
Jis sugeneruojamas, kad būtų greitesnis testavimo-koregavimo ciklas.
Įjungtas standatiškai nuo PHPUnit 8

Dokumentacija:
 * sebastianbergmann/phpunit#3147
 * https://phpunit.de/announcements/phpunit-8.html
  • Loading branch information
aurelijusb committed May 14, 2019
1 parent cac7fe2 commit 319d224
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ yarn-error.log
.phpunit
/phpunit.xml
###< symfony/phpunit-bridge ###

###> phpunit ###
.phpunit.result.cache
###< symfony/phpunit-bridge ###

0 comments on commit 319d224

Please sign in to comment.