PHP Classes

File: Library/vendor/phpunit/phpunit/tests/_files/phpt-for-coverage.phpt

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Library/vendor/phpunit/phpunit/tests/_files/phpt-for-coverage.phpt   Download  
File: Library/vendor/phpunit/phpunit/tests/_files/phpt-for-coverage.phpt
Role: Example script
Content type: text/plain
Description: Example script
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 years ago
Size: 167 bytes
 

Contents

Class file image Download
--TEST--
PHPT for testing coverage
--FILE--
<?php
require __DIR__ . '/../bootstrap.php';
$coveredClass = new CoveredClass();
$coveredClass->publicMethod();
--
EXPECT--