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

Commit

Permalink
Removed @Covers getFactory, which does not exist any more. I did not add
Browse files Browse the repository at this point in the history
@Covers createObjectThroughFactory because I don't like @Covers
statements.
  • Loading branch information
fhein committed Feb 2, 2018
1 parent f43dde6 commit 665025c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/CommonServiceLocatorBehaviorsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -562,9 +562,6 @@ public function testPassingInvalidInitializerTypeViaConfigurationRaisesException
]);
}

/**
* @covers \Zend\ServiceManager\ServiceManager::getFactory
*/
public function testGetRaisesExceptionWhenNoFactoryIsResolved()
{
$serviceManager = $this->createContainer();
Expand Down

0 comments on commit 665025c

Please sign in to comment.