PHP Classes

File: bin/.phpunit/phpunit-7.5-0/tests/end-to-end/log-junit-phpt.phpt

Recommend this page to a friend!
  Classes of Paulo Henrique   symfony-dual-login   bin/.phpunit/phpunit-7.5-0/tests/end-to-end/log-junit-phpt.phpt   Download  
File: bin/.phpunit/phpunit-7.5-0/tests/end-to-end/log-junit-phpt.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: 905 bytes
 

Contents

Class file image Download
--TEST-- phpunit --log-junit php://stdout ../end-to-end/phpt-stderr.phpt --FILE-- <?php $_SERVER['argv'][1] = '--no-configuration'; $_SERVER['argv'][2] = '--log-junit'; $_SERVER['argv'][3] = 'php://stdout'; $_SERVER['argv'][4] = \realpath(__DIR__ . '/../end-to-end/phpt-stderr.phpt'); require __DIR__ . '/../bootstrap.php'; PHPUnit\TextUI\Command::main(); ?> --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. . 1 / 1 (100%)<?xml version="1.0" encoding="UTF-8"?> <testsuites> <testsuite name="" tests="1" assertions="1" errors="0" failures="0" skipped="0" time="%s"> <testcase name="%send-to-end%ephpt-stderr.phpt" assertions="1" time="%s"> <system-out>PHPUnit must look at STDERR when running PHPT tests.</system-out> </testcase> </testsuite> </testsuites> Time: %s, Memory: %s OK (1 test, 1 assertion)