PHP Classes

File: bin/.phpunit/phpunit-7.5-0/tests/end-to-end/disable-code-coverage-ignore.phpt

Recommend this page to a friend!
  Classes of Paulo Henrique   symfony-dual-login   bin/.phpunit/phpunit-7.5-0/tests/end-to-end/disable-code-coverage-ignore.phpt   Download  
File: bin/.phpunit/phpunit-7.5-0/tests/end-to-end/disable-code-coverage-ignore.phpt
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: symfony-dual-login
API to get user details using OAuth authentication
Author: By
Last change:
Date: 3 years ago
Size: 1,175 bytes
 

Contents

Class file image Download
--TEST-- phpunit --colors=never --coverage-text=php://stdout --disable-coverage-ignore IgnoreCodeCoverageClassTest tests/_files/IgnoreCodeCoverageClassTest.php --whitelist ../../../tests/_files/IgnoreCodeCoverageClass.php --SKIPIF-- <?php if (!extension_loaded('xdebug')) { print 'skip: Extension xdebug is required.'; } ?> --FILE-- <?php $_SERVER['argv'][1] = '--no-configuration'; $_SERVER['argv'][2] = '--colors=never'; $_SERVER['argv'][3] = '--coverage-text=php://stdout'; $_SERVER['argv'][4] = '--disable-coverage-ignore'; $_SERVER['argv'][5] = __DIR__ . '/../_files/IgnoreCodeCoverageClassTest.php'; $_SERVER['argv'][6] = '--whitelist'; $_SERVER['argv'][7] = __DIR__ . '/../_files/IgnoreCodeCoverageClass.php'; require __DIR__ . '/../bootstrap.php'; PHPUnit\TextUI\Command::main(); --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. .. 2 / 2 (100%) Time: %s, Memory: %s OK (2 tests, 2 assertions) Code Coverage Report:%w %s %w Summary:%w Classes: 100.00% (1/1)%w Methods: 100.00% (2/2)%w Lines:%s IgnoreCodeCoverageClass Methods: 100.00% ( 2/ 2) Lines: 100.00% ( 2/ 2)