Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 00367b4

Browse files
committed
fixes bad rebase
1 parent 9d78688 commit 00367b4

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

test/Service/ControllerManagerFactoryTest.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,9 @@ public function testCannotLoadControllerFromPeer()
7979

8080
public function testControllerLoadedCanBeInjectedWithValuesFromPeer()
8181
{
82-
<<<<<<< HEAD:test/Service/ControllerLoaderFactoryTest.php
83-
$this->loader = $this->services->get('ControllerLoader');
82+
$this->manager = $this->services->get('ControllerManager');
8483
$config = [
8584
'invokables' => [
86-
=======
87-
$this->manager = $this->services->get('ControllerManager');
88-
$config = array(
89-
'invokables' => array(
90-
>>>>>>> remove ControllerLoader, use ControllerManager instead:test/Service/ControllerManagerFactoryTest.php
9185
'ZendTest\Dispatchable' => 'ZendTest\Mvc\Service\TestAsset\Dispatchable',
9286
],
9387
];

0 commit comments

Comments
 (0)