mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Changes comparsion to strict and removed a comment
This commit is contained in:
parent
67083e436b
commit
0c5bd559f2
2 changed files with 1 additions and 2 deletions
|
@ -646,7 +646,6 @@ class PerforceTest extends \PHPUnit_Framework_TestCase
|
|||
$expectedCommand = 'p4 -p perforce.does.exist:port info -s';
|
||||
$processExecutor->expects($this->at(0))
|
||||
->method('execute')
|
||||
//->with($this->equalTo($expectedCommand), $this->equalTo(null))
|
||||
->will($this->returnValue(127));
|
||||
|
||||
$result = $this->perforce->checkServerExists('perforce.does.exist:port', $processExecutor);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue