PHP Classes

File: bin/.phpunit/phpunit-7.5-0/tests/end-to-end/regression/GitHub/797/bootstrap797.php

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/797/bootstrap797.php   Download  
File: bin/.phpunit/phpunit-7.5-0/tests/end-to-end/regression/GitHub/797/bootstrap797.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: symfony-dual-login
API to get user details using OAuth authentication
Author: By
Last change:
Date: 5 years ago
Size: 360 bytes
 

Contents

Class file image Download
<?php
/*
 * This file is part of PHPUnit.
 *
 * (c) Sebastian Bergmann <[email protected]>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
// PHPUnit_Framework_TestCase itself does not exist. :-)
require __DIR__ . '/../../../../bootstrap.php';

const
GITHUB_ISSUE = 797;