|
@@ -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;
|