PHP Classes

File: src/config/route-coverage.php

Recommend this page to a friend!
  Classes of Andrey Iatsenko   Laravel Route Coverage   src/config/route-coverage.php   Download  
File: src/config/route-coverage.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Route Coverage
Report the coverage of Laravel project tests
Author: By
Last change:
Date: 9 months ago
Size: 97 bytes
 

Contents

Class file image Download
<?php

return [
   
'test_path' => dirname(__DIR__) . '/tests',
   
'percent_approval' => 25,
];