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

Commit ea1dc90

Browse files
author
fhein
committed
Removed obsolete emulateHas.
1 parent d0b38fb commit ea1dc90

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/ServiceManagerTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,6 @@ public function testSetAliasShouldWorkWithRecursiveAlias()
272272
self::assertSame($service, $headAlias);
273273
}
274274

275-
public function emulateHas($name)
276-
{
277-
return $name === 'ServiceName';
278-
}
279-
280275
public function testAbstractFactoryShouldBeCheckedForResolvedAliasesInsteadOfAliasName()
281276
{
282277
$abstractFactory = $this->createMock(AbstractFactoryInterface::class);

0 commit comments

Comments
 (0)