Skip to content

Commit

Permalink
Update runtime tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Oct 30, 2019
1 parent 979b8b5 commit 06390d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions tests/Sam/PhpFpmRuntimeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ public function test php extensions()
'xml',
'xmlreader',
'xmlwriter',
'xsl',
'zip',
'zlib',
], $extensions, $this->logs);
Expand Down
1 change: 1 addition & 0 deletions tests/Sam/PhpRuntimeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ public function test php extensions()
'xml',
'xmlreader',
'xmlwriter',
'xsl',
'zip',
'zlib',
], $result, $logs);
Expand Down
6 changes: 3 additions & 3 deletions tests/Sam/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Resources:
Handler: tests/Sam/Php/function.php
Runtime: provided
Layers:
- 'arn:aws:lambda:us-east-1:209497400698:layer:php-73:12'
- 'arn:aws:lambda:us-east-1:209497400698:layer:php-73:13'
Environment:
Variables:
FOO: bar
Expand All @@ -23,7 +23,7 @@ Resources:
Handler: tests/Sam/PhpFpm/index.php
Runtime: provided
Layers:
- 'arn:aws:lambda:us-east-1:209497400698:layer:php-73-fpm:12'
- 'arn:aws:lambda:us-east-1:209497400698:layer:php-73-fpm:13'
Events:
HttpRoot:
Type: Api
Expand All @@ -42,7 +42,7 @@ Resources:
Handler: tests/Sam/PhpFpm/UNKNOWN.php
Runtime: provided
Layers:
- 'arn:aws:lambda:us-east-1:209497400698:layer:php-73-fpm:12'
- 'arn:aws:lambda:us-east-1:209497400698:layer:php-73-fpm:13'
Events:
HttpRoot:
Type: Api
Expand Down

0 comments on commit 06390d0

Please sign in to comment.