Current File : /home/itiffy/public_html/vendor/phpunit/phpunit/tests/_files/phpt-for-coverage.phpt
--TEST--
PHPT for testing coverage
--FILE--
<?php
require __DIR__ . '/../bootstrap.php';
$coveredClass = new CoveredClass();
$coveredClass->publicMethod();
--EXPECT--