PHP Classes

File: bin/.phpunit/phpunit-7.5-0/tests/end-to-end/regression/GitHub/3107/issue-3107-test.phpt

Recommend this page to a friend!
  Classes of Paulo Henrique   symfony-dual-login   bin/.phpunit/phpunit-7.5-0/tests/end-to-end/regression/GitHub/3107/issue-3107-test.phpt   Download  
File: bin/.phpunit/phpunit-7.5-0/tests/end-to-end/regression/GitHub/3107/issue-3107-test.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: 614 bytes
 

Contents

Class file image Download
--TEST-- https://github.com/sebastianbergmann/phpunit/issues/3107 --FILE-- <?php $_SERVER['argv'][1] = '--no-configuration'; $_SERVER['argv'][2] = '--process-isolation'; $_SERVER['argv'][3] = '--testdox'; $_SERVER['argv'][4] = __DIR__ . '/Issue3107Test.php'; require __DIR__ . '/../../../../bootstrap.php'; PHPUnit\TextUI\Command::main(); --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. Issue3107\Issue3107 ? One ? ? Error: Call to undefined function %Sdoes_not_exist() ? ? %sIssue3107Test.php:%d ? Time: %s, Memory: %s ERRORS! Tests: 1, Assertions: 0, Errors: 1.