PHP Classes

File: bin/.phpunit/phpunit-7.5-0/tests/end-to-end/order-by-default-invalid-via-cli.phpt

Recommend this page to a friend!
  Classes of Paulo Henrique   symfony-dual-login   bin/.phpunit/phpunit-7.5-0/tests/end-to-end/order-by-default-invalid-via-cli.phpt   Download  
File: bin/.phpunit/phpunit-7.5-0/tests/end-to-end/order-by-default-invalid-via-cli.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: 561 bytes
 

Contents

Class file image Download
--TEST-- phpunit --order-by=default,foobar --FILE-- <?php $tmpResultCache = tempnam(sys_get_temp_dir(), __FILE__); file_put_contents($tmpResultCache, file_get_contents(__DIR__ . '/../_files/MultiDependencyTest_result_cache.txt')); $_SERVER['argv'][1] = '--no-configuration'; $_SERVER['argv'][2] = '--debug'; $_SERVER['argv'][3] = '--order-by=default,foobar'; require __DIR__ . '/../bootstrap.php'; PHPUnit\TextUI\Command::main(); unlink($tmpResultCache); --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. unrecognized --order-by option: foobar