@@ -143,7 +143,7 @@ public function testCanUseLazyServiceFactoryFactoryToCreateLazyServiceFactoryToA
143
143
$ this ->assertEquals (['foo ' => 'bar ' ], $ options , 'Options returned do not match configuration ' );
144
144
145
145
$ proxyAutoloadFunctions = $ this ->getRegisteredProxyAutoloadFunctions ();
146
- $ this ->assertCount (1 , $ proxyAutoloadFunctions , 'Only 1 proxy autoloader must be registered ' );
146
+ $ this ->assertCount (1 , $ proxyAutoloadFunctions , 'Only 1 proxy autoloader should be registered ' );
147
147
}
148
148
149
149
/**
@@ -217,7 +217,7 @@ public function testWillNotGenerateProxyClassFilesByDefault()
217
217
$ this ->assertEquals (['foo ' => 'bar ' ], $ options , 'Options returned do not match configuration ' );
218
218
219
219
$ proxyAutoloadFunctions = $ this ->getRegisteredProxyAutoloadFunctions ();
220
- $ this ->assertCount (1 , $ proxyAutoloadFunctions , 'Only 1 proxy autoloader must be registered ' );
220
+ $ this ->assertCount (1 , $ proxyAutoloadFunctions , 'Only 1 proxy autoloader should be registered ' );
221
221
}
222
222
223
223
public function testOnlyOneProxyAutoloaderItsRegisteredOnSubsequentCalls ()
@@ -254,7 +254,7 @@ public function testOnlyOneProxyAutoloaderItsRegisteredOnSubsequentCalls()
254
254
);
255
255
256
256
$ proxyAutoloadFunctions = $ this ->getRegisteredProxyAutoloadFunctions ();
257
- $ this ->assertCount (1 , $ proxyAutoloadFunctions , 'Only 1 proxy autoloader must be registered ' );
257
+ $ this ->assertCount (1 , $ proxyAutoloadFunctions , 'Only 1 proxy autoloader should be registered ' );
258
258
}
259
259
260
260
public function testRaisesServiceNotFoundExceptionIfRequestedLazyServiceIsNotInClassMap ()
0 commit comments