Updated/Standardized header comments
parent
dd81449998
commit
8379985166
|
@ -1,19 +1,27 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/*
|
||||||
* Created by JetBrains PhpStorm.
|
* This file is part of Composer.
|
||||||
* User: matt.whittom
|
*
|
||||||
* Date: 8/9/13
|
* (c) Nils Adermann <naderman@naderman.de>
|
||||||
* Time: 12:32 PM
|
* Jordi Boggiano <j.boggiano@seld.be>
|
||||||
* To change this template use File | Settings | File Templates.
|
*
|
||||||
|
* Contributor: Matt Whittom <Matt.Whittom@veteransunited.com>
|
||||||
|
* Date: 7/17/13
|
||||||
|
*
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
namespace Composer\Test\Downloader;
|
namespace Composer\Test\Downloader;
|
||||||
|
|
||||||
use Composer\Downloader\PerforceDownloader;
|
use Composer\Downloader\PerforceDownloader;
|
||||||
use Composer\Config;
|
use Composer\Config;
|
||||||
use Composer\Repository\VcsRepository;
|
use Composer\Repository\VcsRepository;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Matt Whittom <Matt.Whittom@veteransunited.com>
|
||||||
|
*/
|
||||||
class PerforceDownloaderTest extends \PHPUnit_Framework_TestCase {
|
class PerforceDownloaderTest extends \PHPUnit_Framework_TestCase {
|
||||||
|
|
||||||
private $io;
|
private $io;
|
||||||
|
|
|
@ -19,7 +19,9 @@ use Composer\Repository\Vcs\PerforceDriver;
|
||||||
use Composer\Util\Filesystem;
|
use Composer\Util\Filesystem;
|
||||||
use Composer\Config;
|
use Composer\Config;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Matt Whittom <Matt.Whittom@veteransunited.com>
|
||||||
|
*/
|
||||||
class PerforceDriverTest extends \PHPUnit_Framework_TestCase {
|
class PerforceDriverTest extends \PHPUnit_Framework_TestCase {
|
||||||
private $config;
|
private $config;
|
||||||
private $io;
|
private $io;
|
||||||
|
|
Loading…
Reference in New Issue