PHP Classes

File: bin/.phpunit/phpunit-7.5-0/tests/end-to-end/cli/generate-configuration.phpt

Recommend this page to a friend!
  Classes of Paulo Henrique   symfony-dual-login   bin/.phpunit/phpunit-7.5-0/tests/end-to-end/cli/generate-configuration.phpt   Download  
File: bin/.phpunit/phpunit-7.5-0/tests/end-to-end/cli/generate-configuration.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: 3 years ago
Size: 620 bytes
 

Contents

Class file image Download
--TEST-- phpunit --generate-configuration --STDIN-- --FILE-- <?php declare(strict_types=1); $_SERVER['argv'][1] = '--no-configuration'; $_SERVER['argv'][2] = '--generate-configuration'; require __DIR__ . '/../../bootstrap.php'; chdir(sys_get_temp_dir()); PHPUnit\TextUI\Command::main(); --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. Generating phpunit.xml in %s Bootstrap script (relative to path shown above; default: vendor/autoload.php): Tests directory (relative to path shown above; default: tests): Source directory (relative to path shown above; default: src): Generated phpunit.xml in %s