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;