PHP Classes

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

Recommend this page to a friend!
  Packages of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/phpunit/phpunit/tests/_files/phpt-for-coverage.phpt   Download  
File: vendor/phpunit/phpunit/tests/_files/phpt-for-coverage.phpt
Role: Example script
Content type: text/plain
Description: Example script
Class: Laravel Blogging Platform
Manage blog posts using Laravel and Bootstrap
Author: By
Last change:
Date: 8 months 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--