PHP Classes

File: bin/.phpunit/phpunit-7.5-0/tests/end-to-end/test-suffix-multiple.phpt

Recommend this page to a friend!
  Classes of Paulo Henrique   symfony-dual-login   bin/.phpunit/phpunit-7.5-0/tests/end-to-end/test-suffix-multiple.phpt   Download  
File: bin/.phpunit/phpunit-7.5-0/tests/end-to-end/test-suffix-multiple.phpt
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: symfony-dual-login
API to get user details using OAuth authentication
Author: By
Last change:
Date: 5 years ago
Size: 518 bytes
 

Contents

Class file image Download
--TEST-- phpunit --test-suffix .test.php,.my.php ../../_files/ --FILE-- <?php $_SERVER['argv'][1] = '--no-configuration'; $_SERVER['argv'][2] = '--test-suffix'; $_SERVER['argv'][3] = '.test.php,.my.php'; $_SERVER['argv'][4] = __DIR__ . '/../_files/'; require __DIR__ . '/../bootstrap.php'; PHPUnit\TextUI\Command::main(); --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. ..... 5 / 5 (100%) Time: %s, Memory: %s OK (5 tests, 5 assertions)