Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
Driver.php
»
PHP_CodeCoverage_Driver
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
public function PHP_CodeCoverage_Driver::start
Start collection of code coverage information.
1 method overrides PHP_CodeCoverage_Driver::start()
PHP_CodeCoverage_Driver_Xdebug::start
in drupal/
core/
vendor/
phpunit/
php-code-coverage/
PHP/
CodeCoverage/
Driver/
Xdebug.php
Start collection of code coverage information.
File
drupal/
core/
vendor/
phpunit/
php-code-coverage/
PHP/
CodeCoverage/
Driver.php
, line 62
Class
PHP_CodeCoverage_Driver
Interface for code coverage drivers.
Code
public
function
start
();