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