PHP Classes

File: .scrutinizer.yaml

Recommend this page to a friend!
  Classes of Celso   DB Sync   .scrutinizer.yaml   Download  
File: .scrutinizer.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: DB Sync
Synchronize databases between environments
Author: By
Last change:
Date: 1 month ago
Size: 390 bytes
 

Contents

Class file image Download
build: environment: php: version: 8.2 nodes: coverage: tests: before: - "cp .env.example .env" - "composer update" override: - command: 'php artisan test' filter: paths: - 'app/*' excluded_paths: - 'vendor/*' - 'tests/*' - 'app/views/*' - 'app/config/*' - 'app/database/*' - 'reports/*'