mirror of
https://github.com/composer/composer
synced 2025-05-10 09:02:59 +00:00
Add extra logging before and after SAT solving
This commit is contained in:
parent
0a8528c5c7
commit
8e78ce9a43
3 changed files with 14 additions and 4 deletions
|
@ -12,6 +12,7 @@
|
|||
|
||||
namespace Composer\Test\DependencyResolver;
|
||||
|
||||
use Composer\IO\NullIO;
|
||||
use Composer\Repository\ArrayRepository;
|
||||
use Composer\DependencyResolver\DefaultPolicy;
|
||||
use Composer\DependencyResolver\Pool;
|
||||
|
@ -38,7 +39,7 @@ class SolverTest extends TestCase
|
|||
|
||||
$this->request = new Request($this->pool);
|
||||
$this->policy = new DefaultPolicy;
|
||||
$this->solver = new Solver($this->policy, $this->pool, $this->repoInstalled);
|
||||
$this->solver = new Solver($this->policy, $this->pool, $this->repoInstalled, new NullIO());
|
||||
}
|
||||
|
||||
public function testSolverInstallSingle()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue