From 8379985166be59f0b23a7c7d8a7ba2ee079bf3dd Mon Sep 17 00:00:00 2001 From: matt-whittom Date: Thu, 15 Aug 2013 14:45:42 -0500 Subject: [PATCH] Updated/Standardized header comments --- .../Downloader/PerforceDownloaderTest.php | 22 +++++++++++++------ .../Repository/Vcs/PerforceDriverTest.php | 4 +++- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/tests/Composer/Test/Downloader/PerforceDownloaderTest.php b/tests/Composer/Test/Downloader/PerforceDownloaderTest.php index 634cc5f18..527ef9f6d 100644 --- a/tests/Composer/Test/Downloader/PerforceDownloaderTest.php +++ b/tests/Composer/Test/Downloader/PerforceDownloaderTest.php @@ -1,19 +1,27 @@ + * Jordi Boggiano + * + * Contributor: Matt Whittom + * 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 + */ class PerforceDownloaderTest extends \PHPUnit_Framework_TestCase { private $io; diff --git a/tests/Composer/Test/Repository/Vcs/PerforceDriverTest.php b/tests/Composer/Test/Repository/Vcs/PerforceDriverTest.php index ed14b077e..ef0fc694a 100644 --- a/tests/Composer/Test/Repository/Vcs/PerforceDriverTest.php +++ b/tests/Composer/Test/Repository/Vcs/PerforceDriverTest.php @@ -19,7 +19,9 @@ use Composer\Repository\Vcs\PerforceDriver; use Composer\Util\Filesystem; use Composer\Config; - +/** + * @author Matt Whittom + */ class PerforceDriverTest extends \PHPUnit_Framework_TestCase { private $config; private $io;