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:
parent
9957807990
commit
0fd74d1cc4
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue