Skip to content

Commit 267417b

Browse files
authored
Merge pull request #789 from lucatume/fix/end-to-end-suite-wording
Fix wording in end-to-end suite template
2 parents 4ae54f3 + 57981ac commit 267417b

12 files changed

+24
-24
lines changed

src/Template/Wpbrowser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@ private function createEndToEndSuite(ProjectInterface $project): void
233233
// @phpstan-ignore-next-line
234234
$dumpFilePath = Codecept::VERSION >= 5 ? 'tests/Support/Data/dump.sql' : 'tests/_data/dump.sql';
235235
$suiteConfig = <<<EOF
236-
# Integration suite configuration
236+
# EndToEnd suite configuration
237237
#
238-
# Run integration and "WordPress unit" tests.
238+
# Run end-to-end tests.
239239
240240
actor: EndToEnd{$this->actorSuffix}
241241
bootstrap: _bootstrap.php

tests/unit/Codeception/Template/__snapshots__/WpbrowserTest__should_scaffold_correctly_on_site_with_non_default_structure__0.snapshot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
>>> /EndToEnd.suite.yml >>>
2-
# Integration suite configuration
2+
# EndToEnd suite configuration
33
#
4-
# Run integration and "WordPress unit" tests.
4+
# Run end-to-end tests.
55

66
actor: EndToEndTester
77
bootstrap: _bootstrap.php

tests/unit/Codeception/Template/__snapshots__/WpbrowserTest__should_scaffold_correctly_on_site_with_non_default_structure_using_default_configuration__0.snapshot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
>>> /EndToEnd.suite.yml >>>
2-
# Integration suite configuration
2+
# EndToEnd suite configuration
33
#
4-
# Run integration and "WordPress unit" tests.
4+
# Run end-to-end tests.
55

66
actor: EndToEndTester
77
bootstrap: _bootstrap.php

tests/unit/Codeception/Template/__snapshots__/WpbrowserTest__should_scaffold_for_child_theme_correctly__0.snapshot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ add_action('after_setup_theme', 'theme_23_some_function');
1212
<<< /index.php <<<
1313

1414
>>> /tests/EndToEnd.suite.yml >>>
15-
# Integration suite configuration
15+
# EndToEnd suite configuration
1616
#
17-
# Run integration and "WordPress unit" tests.
17+
# Run end-to-end tests.
1818

1919
actor: EndToEndTester
2020
bootstrap: _bootstrap.php

tests/unit/Codeception/Template/__snapshots__/WpbrowserTest__should_scaffold_for_multi_site_correctly__1.snapshot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
>>> /EndToEnd.suite.yml >>>
2-
# Integration suite configuration
2+
# EndToEnd suite configuration
33
#
4-
# Run integration and "WordPress unit" tests.
4+
# Run end-to-end tests.
55

66
actor: EndToEndTester
77
bootstrap: _bootstrap.php

tests/unit/Codeception/Template/__snapshots__/WpbrowserTest__should_scaffold_for_plugin_with_non_plugin_php_file__0.snapshot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
>>> /tests/EndToEnd.suite.yml >>>
2-
# Integration suite configuration
2+
# EndToEnd suite configuration
33
#
4-
# Run integration and "WordPress unit" tests.
4+
# Run end-to-end tests.
55

66
actor: EndToEndTester
77
bootstrap: _bootstrap.php

tests/unit/Codeception/Template/__snapshots__/WpbrowserTest__should_scaffold_for_plugin_with_non_plugin_php_file_custom__0.snapshot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<<< /main.php <<<
55

66
>>> /tests/EndToEnd.suite.yml >>>
7-
# Integration suite configuration
7+
# EndToEnd suite configuration
88
#
9-
# Run integration and "WordPress unit" tests.
9+
# Run end-to-end tests.
1010

1111
actor: EndToEndTester
1212
bootstrap: _bootstrap.php

tests/unit/Codeception/Template/__snapshots__/WpbrowserTest__should_scaffold_for_plugin_with_plugin_php_file__0.snapshot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<<< /plugin.php <<<
55

66
>>> /tests/EndToEnd.suite.yml >>>
7-
# Integration suite configuration
7+
# EndToEnd suite configuration
88
#
9-
# Run integration and "WordPress unit" tests.
9+
# Run end-to-end tests.
1010

1111
actor: EndToEndTester
1212
bootstrap: _bootstrap.php

tests/unit/Codeception/Template/__snapshots__/WpbrowserTest__should_scaffold_for_plugin_with_plugin_php_file_custom__0.snapshot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<<< /plugin.php <<<
55

66
>>> /tests/EndToEnd.suite.yml >>>
7-
# Integration suite configuration
7+
# EndToEnd suite configuration
88
#
9-
# Run integration and "WordPress unit" tests.
9+
# Run end-to-end tests.
1010

1111
actor: EndToEndTester
1212
bootstrap: _bootstrap.php

tests/unit/Codeception/Template/__snapshots__/WpbrowserTest__should_scaffold_for_single_site_correctly__1.snapshot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
>>> /EndToEnd.suite.yml >>>
2-
# Integration suite configuration
2+
# EndToEnd suite configuration
33
#
4-
# Run integration and "WordPress unit" tests.
4+
# Run end-to-end tests.
55

66
actor: EndToEndTester
77
bootstrap: _bootstrap.php

0 commit comments

Comments
 (0)