1
0
Fork 0
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:
Fabian Grutschus 2013-10-14 17:25:57 +02:00
parent 67083e436b
commit 0c5bd559f2
2 changed files with 1 additions and 2 deletions

View file

@ -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);