Problem/Motivation
- Fix and test case issues in
AwsCloudConfigTest::testCloudConfig() - Refactor test case issues in
AwsCloudConfigTest::testAwsMenu() - Refactor a test case of
AwsCloudConfigTest::testCloudConfigPermissionsValidate() - Fix some errors
Undefined array keywhile testingAwsCloudConfigTest
There were 2 errors: 1) Drupal\Tests\aws_cloud\Functional\cloud\config\AwsCloudConfigTest::testCloudConfigUndefined array key 1 /var/www/html/web/modules/contrib/cloud/modules/cloud_service_providers/aws_cloud/tests/src/Functional/cloud/config/AwsCloudConfigTest.php:191/var/www/html/vendor/phpunit/phpunit/src/Framework/TestResult.php:722 2) Drupal\Tests\aws_cloud\Functional\cloud\config\AwsCloudConfigTest::testAddCloudServiceProviderWithWarningUndefined array key 1 /var/www/html/web/modules/contrib/cloud/modules/cloud_service_providers/aws_cloud/tests/src/Functional/cloud/config/AwsCloudConfigTest.php:574/var/www/html/vendor/phpunit/phpunit/src/Framework/TestResult.php:722 ERRORS!Tests: 5, Assertions: 193, Errors: 2.
Issue fork cloud-3220987
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
yasComment #4
yas@sekinet @kumikoono
I fixed some issues and refactored the test cases. Could you please review the patch? Thanks
Comment #5
kumikoono commented@yas Overall, the patch looks good to me. I left some comments.
Comment #6
sekinet commented@yas
It looks good to me. Thanks.
Comment #7
yas@sekinet
Thank you for your review.
@kumikoono
I added the comment for
CloudConfigInterface::MAX_NAME_LENGTH. What do you think?Comment #8
yas@kumikoono
Thank you for your review. I removed the specific number
31. Please check. ThanksComment #9
yas@kumikoono
Thank you for your review. I'll merge the patch to
4.xand close this issue as Fixed.Comment #12
yas