We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb8cc7e commit c45723bCopy full SHA for c45723b
tests/container/src/CommonTest.php
@@ -12,6 +12,11 @@ protected function getConfigClasses()
12
);
13
}
14
15
+ protected function getAutoResolve()
16
+ {
17
+ return false;
18
+ }
19
+
20
public function provideGet()
21
{
22
return array(
@@ -25,7 +30,9 @@ public function provideNewInstance()
25
30
array('Aura\Session\CsrfTokenFactory'),
26
31
array('Aura\Session\Session'),
27
32
array('Aura\Session\Randval'),
28
- array('Aura\Session\Segment'),
33
+ array('Aura\Session\Segment', array(
34
+ 'name' => 'fake-name',
35
+ ))
29
36
37
38
0 commit comments