File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ function test_provider_and_scope()
123
123
/**
124
124
* @throws \Throwable
125
125
*/
126
- function test_provider_scope ()
126
+ function test_scope ()
127
127
{
128
128
$ app = new App ([
129
129
'services ' => [
@@ -141,7 +141,7 @@ function test_provider_scope()
141
141
/**
142
142
* @throws \Throwable
143
143
*/
144
- function test_provider_custom_scope ()
144
+ function test_custom_scope ()
145
145
{
146
146
$ config = new Config ;
147
147
@@ -161,7 +161,7 @@ function test_provider_custom_scope()
161
161
/**
162
162
* @throws \Throwable
163
163
*/
164
- function test_provider_callable_closure_scope ()
164
+ function test_callable_closure_scope ()
165
165
{
166
166
$ app = new App ([
167
167
'services ' => [
@@ -181,7 +181,7 @@ function test_provider_callable_closure_scope()
181
181
/**
182
182
* @throws \Throwable
183
183
*/
184
- function test_provider_callable_closure_custom_scope ()
184
+ function test_callable_closure_custom_scope ()
185
185
{
186
186
$ config = new Config ;
187
187
@@ -203,7 +203,7 @@ function test_provider_callable_closure_custom_scope()
203
203
/**
204
204
* @throws \Throwable
205
205
*/
206
- function test_provider_callable_closure_without_scope ()
206
+ function test_callable_closure_without_scope ()
207
207
{
208
208
$ app = new App ([
209
209
'services ' => [
You can’t perform that action at this time.
0 commit comments