PHP Classes

File: bin/.phpunit/phpunit-7.5-0/tests/_files/phpt-for-coverage.phpt

Recommend this page to a friend!
  Classes of Paulo Henrique   symfony-dual-login   bin/.phpunit/phpunit-7.5-0/tests/_files/phpt-for-coverage.phpt   Download  
File: bin/.phpunit/phpunit-7.5-0/tests/_files/phpt-for-coverage.phpt
Role: Example script
Content type: text/plain
Description: Example script
Class: symfony-dual-login
API to get user details using OAuth authentication
Author: By
Last change:
Date: 5 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--