Skip to content

Commit b52f326

Browse files
committed
tidy up
1 parent 36542e2 commit b52f326

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/AppTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function test_provider_and_scope()
123123
/**
124124
* @throws \Throwable
125125
*/
126-
function test_provider_scope()
126+
function test_scope()
127127
{
128128
$app = new App([
129129
'services' => [
@@ -141,7 +141,7 @@ function test_provider_scope()
141141
/**
142142
* @throws \Throwable
143143
*/
144-
function test_provider_custom_scope()
144+
function test_custom_scope()
145145
{
146146
$config = new Config;
147147

@@ -161,7 +161,7 @@ function test_provider_custom_scope()
161161
/**
162162
* @throws \Throwable
163163
*/
164-
function test_provider_callable_closure_scope()
164+
function test_callable_closure_scope()
165165
{
166166
$app = new App([
167167
'services' => [
@@ -181,7 +181,7 @@ function test_provider_callable_closure_scope()
181181
/**
182182
* @throws \Throwable
183183
*/
184-
function test_provider_callable_closure_custom_scope()
184+
function test_callable_closure_custom_scope()
185185
{
186186
$config = new Config;
187187

@@ -203,7 +203,7 @@ function test_provider_callable_closure_custom_scope()
203203
/**
204204
* @throws \Throwable
205205
*/
206-
function test_provider_callable_closure_without_scope()
206+
function test_callable_closure_without_scope()
207207
{
208208
$app = new App([
209209
'services' => [

0 commit comments

Comments
 (0)