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

Commit 3fe8411

Browse files
author
fhein
committed
Removed obsolete test setup items.
1 parent 8c49590 commit 3fe8411

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

benchmarks/HasBench.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@ public function __construct()
4545
BenchAsset\AbstractFactoryFoo::class
4646
]
4747
]);
48-
49-
// forcing initialization of all the services
50-
$this->sm->get('factory1');
51-
$this->sm->get('invokable1');
52-
$this->sm->get('service1');
53-
$this->sm->get('alias1');
54-
$this->sm->get('recursiveAlias1');
55-
$this->sm->get('recursiveAlias2');
5648
}
5749

5850
public function benchHasFactory1()

0 commit comments

Comments
 (0)