File tree Expand file tree Collapse file tree 3 files changed +0
-31
lines changed
Expand file tree Collapse file tree 3 files changed +0
-31
lines changed Original file line number Diff line number Diff line change 55
66namespace Hammerstone \Sidecar \Tests ;
77
8- use Aws \Lambda \Exception \LambdaException ;
98use Hammerstone \Sidecar \Clients \LambdaClient ;
10- use Hammerstone \Sidecar \Deployment ;
119use Hammerstone \Sidecar \Events \AfterFunctionsActivated ;
1210use Hammerstone \Sidecar \Events \AfterFunctionsDeployed ;
1311use Hammerstone \Sidecar \Events \BeforeFunctionsActivated ;
1412use Hammerstone \Sidecar \Events \BeforeFunctionsDeployed ;
1513use Hammerstone \Sidecar \Sidecar ;
16- use Hammerstone \Sidecar \Tests \Support \DeploymentTestFunction ;
1714use Illuminate \Support \Facades \Event ;
18- use Mockery ;
1915
2016class ActivateTest extends BaseTest
2117{
@@ -107,5 +103,4 @@ public function it_should_activate_functions_with_env()
107103
108104 $ this ->assertEvents ($ deployed = false , $ activated = true );
109105 }
110-
111106}
Original file line number Diff line number Diff line change 55
66namespace Hammerstone \Sidecar \Tests ;
77
8- use Aws \Lambda \Exception \LambdaException ;
9- use Hammerstone \Sidecar \Clients \LambdaClient ;
10- use Hammerstone \Sidecar \Deployment ;
11- use Hammerstone \Sidecar \Events \AfterFunctionsActivated ;
12- use Hammerstone \Sidecar \Events \AfterFunctionsDeployed ;
13- use Hammerstone \Sidecar \Events \BeforeFunctionsActivated ;
14- use Hammerstone \Sidecar \Events \BeforeFunctionsDeployed ;
15- use Hammerstone \Sidecar \Sidecar ;
16- use Hammerstone \Sidecar \Tests \Support \DeploymentTestFunction ;
17- use Illuminate \Support \Facades \Event ;
18- use Mockery ;
19-
208class ConfigureTest extends BaseTest
219{
2210 /** @test */
2311 public function test_todo ()
2412 {
2513 $ this ->markTestIncomplete ('Test the configuration command. ' );
2614 }
27-
2815}
Original file line number Diff line number Diff line change 55
66namespace Hammerstone \Sidecar \Tests ;
77
8- use Aws \Lambda \Exception \LambdaException ;
9- use Hammerstone \Sidecar \Clients \LambdaClient ;
10- use Hammerstone \Sidecar \Deployment ;
11- use Hammerstone \Sidecar \Events \AfterFunctionsActivated ;
12- use Hammerstone \Sidecar \Events \AfterFunctionsDeployed ;
13- use Hammerstone \Sidecar \Events \BeforeFunctionsActivated ;
14- use Hammerstone \Sidecar \Events \BeforeFunctionsDeployed ;
158use Hammerstone \Sidecar \Sidecar ;
169use Hammerstone \Sidecar \Tests \Support \DeploymentTestFunction ;
17- use Illuminate \Support \Facades \Event ;
18- use Mockery ;
1910
2011class DeployTest extends DeploymentTest
2112{
22-
2313 /** @test */
2414 public function it_deploys_the_functions_in_the_config ()
2515 {
@@ -34,7 +24,6 @@ public function it_deploys_the_functions_in_the_config()
3424 $ this ->assertEvents ($ deployed = true , $ activated = false );
3525 }
3626
37-
3827 /** @test */
3928 public function it_deploys_and_activates_the_functions_in_the_config ()
4029 {
@@ -69,6 +58,4 @@ public function it_uses_a_fake_environment()
6958
7059 $ this ->assertEvents ($ deployed = true , $ activated = false );
7160 }
72-
73-
7461}
You can’t perform that action at this time.
0 commit comments