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

Commit 3a6d8cf

Browse files
author
fhein
committed
Changes docblock of data provider.
1 parent 8cbd7b1 commit 3a6d8cf

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

test/CommonServiceLocatorBehaviorsTrait.php

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -931,17 +931,9 @@ public function testConsistencyOverInternalStates($smTemplate, $name, $test)
931931
}
932932

933933
/**
934-
* The ServiceManager can change internal state on calls to get,
935-
* build or has, latter not currently. Possible state changes
936-
* are caching a factory, registering a service produced by
937-
* a factory, ...
938-
*
939-
* This tests performs three consecutive calls to build/get for
940-
* each registered service to push the service manager through
941-
* all internal states, thereby verifying that build/get/has
942-
* remain stable through the internal states.
934+
* Data provider
943935
*
944-
* @see testConsistencyOverInternalStates below
936+
* @see testConsistencyOverInternalStates above
945937
*
946938
* @param ContainerInterface $smTemplate
947939
* @param string $name

0 commit comments

Comments
 (0)