1
0
Fork 0

Remove broken functional test

pull/19/head
Jordi Boggiano 2011-09-21 23:05:31 +02:00
parent 8533a65061
commit 6d667a849e
1 changed files with 0 additions and 22 deletions

View File

@ -213,28 +213,6 @@ class SolverTest extends \PHPUnit_Framework_TestCase
));
}
/**
* @TODO: fix packagist.org bug
*/
public function BROKEN_testSolverWithComposerRepo()
{
$this->repoInstalled = new PlatformRepository;
// overwrite solver with custom installed repo
$this->solver = new Solver($this->policy, $this->pool, $this->repoInstalled);
$this->repo = new ComposerRepository('http://packagist.org');
list($monolog) = $this->repo->getPackages();
$this->reposComplete();
$this->request->install('Monolog');
$this->checkSolverResult(array(
array('job' => 'install', 'package' => $monolog),
));
}
protected function reposComplete()
{
$this->pool->addRepository($this->repoInstalled);