1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 08:32:56 +00:00

Fix PerforceDownloader, fixes #7979

This commit is contained in:
Jordi Boggiano 2019-02-18 12:28:21 +01:00
parent 9957807990
commit 0fd74d1cc4
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
2 changed files with 3 additions and 3 deletions

View file

@ -121,7 +121,7 @@ class PerforceDownloaderTest extends TestCase
* @depends testInitPerforceInstantiatesANewPerforceObject
* @depends testInitPerforceDoesNothingIfPerforceAlreadySet
*/
public function testDoDownloadWithTag()
public function testDoInstallWithTag()
{
//I really don't like this test but the logic of each Perforce method is tested in the Perforce class. Really I am just enforcing workflow.
$ref = 'SOURCE_REF@123';
@ -145,7 +145,7 @@ class PerforceDownloaderTest extends TestCase
* @depends testInitPerforceInstantiatesANewPerforceObject
* @depends testInitPerforceDoesNothingIfPerforceAlreadySet
*/
public function testDoDownloadWithNoTag()
public function testDoInstallWithNoTag()
{
$ref = 'SOURCE_REF';
$label = null;