Skip to content

Commit

Permalink
Update dependent tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
chesn0k committed Jan 8, 2024
1 parent 705cfe7 commit 362033b
Showing 1 changed file with 25 additions and 22 deletions.
47 changes: 25 additions & 22 deletions tests/functional/Generator/PluginManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,20 @@ public function testAnnotationDiscovery(): void {
––––––––––––––––––––––––––––––––––––––
Module machine name:
Module name [Foo]:
Plugin type [foo]:
Discovery type [Annotation]:
[1] Annotation
[2] YAML
[3] Hook
[2] Attribute
[3] YAML
[4] Hook
The following directories and files have been created or updated:
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Expand Down Expand Up @@ -84,20 +85,20 @@ public function testAttributeDiscovery(): void {
––––––––––––––––––––––––––––––––––––––
Module machine name:
Module name [Foo]:
Plugin type [foo]:
Discovery type [Annotation]:
[1] Annotation
[2] Attribute
[3] YAML
[4] Hook
The following directories and files have been created or updated:
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Expand Down Expand Up @@ -139,19 +140,20 @@ public function testYamlDiscovery(): void {
––––––––––––––––––––––––––––––––––––––
Module machine name:
Module name [Foo]:
Plugin type [foo]:
Discovery type [Annotation]:
[1] Annotation
[2] YAML
[3] Hook
[2] Attribute
[3] YAML
[4] Hook
The following directories and files have been created or updated:
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Expand Down Expand Up @@ -191,19 +193,20 @@ public function testHookDiscovery(): void {
––––––––––––––––––––––––––––––––––––––
Module machine name:
Module name [Foo]:
Plugin type [foo]:
Discovery type [Annotation]:
[1] Annotation
[2] YAML
[3] Hook
[2] Attribute
[3] YAML
[4] Hook
The following directories and files have been created or updated:
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Expand Down

0 comments on commit 362033b

Please sign in to comment.