mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
- wip -> http tests should use model factories - test runner bootstrap: jikan models are cached in a temporary file - fixed various bugs - improved test execution time with typesense - added new dev dependency: ClassFinder - updated composer scripts to include coverage generation - added coverage reports in phpunit - improved roadrunner integration - updated docker image - added xdebug in disabled state
20 lines
293 B
Plaintext
20 lines
293 B
Plaintext
/vendor
|
|
/.idea
|
|
Homestead.json
|
|
Homestead.yaml
|
|
.env
|
|
composer.phar
|
|
.php_cs.cache
|
|
.phpunit.result.cache
|
|
.env.v4
|
|
/storage/app/indexer
|
|
/storage/app/failovers.json
|
|
/storage/app/source_failover_last_downtime
|
|
/storage/app/source_failover.lock
|
|
# Temp dirs & trash
|
|
/temp
|
|
/tmp
|
|
/coverage
|
|
.DS_Store
|
|
*.cache
|