PHP Classes

File: scoper.inc.php

Recommend this page to a friend!
  Classes of Eric Sizemore   PHPUnit Coverage Report Check   scoper.inc.php   Download  
File: scoper.inc.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: PHPUnit Coverage Report Check
Check code coverage using the clover xml report.
Author: By
Last change:
Date: 1 month ago
Size: 523 bytes
 

Contents

Class file image Download
<?php

declare(strict_types=1);

/**
 * This file is part of PHPUnit Coverage Check.
 *
 * (c) Eric Sizemore <admin@secondversion.com>
 * (c) Richard Regeer <rich2309@gmail.com>
 *
 * This source file is subject to the MIT license. For the full copyright,
 * license information, and credits/acknowledgements, please view the LICENSE
 * and README files that were distributed with this source code.
 */
return [
   
'prefix' => 'Esi\CoverageCheckPhar',

   
'exclude-namespaces' => [
       
'Esi\CoverageCheck',
    ],
];