Skip to content

Commit

Permalink
fix static analysis test
Browse files Browse the repository at this point in the history
  • Loading branch information
Raksha-Bharuka committed Sep 4, 2024
1 parent 7470750 commit 3be5246
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/Domain/Package/PackageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public static function providerConstructionAndGetters(): array {
],
'package_name' => 'drupal/example_library',
'project_name' => 'example_library',
NULL,
'drupal_extension_name' => NULL,
'library',
'/var/www/example_library',
'custom/path/to/example_library',
Expand All @@ -109,8 +109,8 @@ public static function providerConstructionAndGetters(): array {
'Minimum specification/default values' => [
'data' => [],
'package_name' => 'drupal/example_module',
'project_name' =>'example_module',
'example_module',
'project_name' => 'example_module',
'drupal_extension_name' => 'example_module',
'drupal-module',
'../example_module',
'docroot/modules/contrib/example_module',
Expand All @@ -129,8 +129,8 @@ public static function providerConstructionAndGetters(): array {
'version_dev' => NULL,
],
'package_name' => 'drupal/example_module',
'project_name' =>'example_module',
'example_module',
'project_name' => 'example_module',
'drupal_extension_name' => 'example_module',
'drupal-module',
'../example_module',
'docroot/modules/contrib/example_module',
Expand All @@ -148,8 +148,8 @@ public static function providerConstructionAndGetters(): array {
'enable' => FALSE,
],
'package_name' => 'drupal/example_module',
'project_name' =>'example_module',
'example_module',
'project_name' => 'example_module',
'drupal_extension_name' => 'example_module',
'drupal-module',
'../example_module',
'docroot/modules/contrib/example_module',
Expand All @@ -167,8 +167,8 @@ public static function providerConstructionAndGetters(): array {
'type' => 'drupal-theme',
],
'package_name' => 'drupal/example_theme',
'project_name' =>'example_theme',
'example_theme',
'project_name' => 'example_theme',
'drupal_extension_name' => 'example_theme',
'drupal-theme',
'../example_theme',
'docroot/themes/contrib/example_theme',
Expand Down

0 comments on commit 3be5246

Please sign in to comment.