Skip to content

Commit

Permalink
Fixed test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Oct 28, 2024
1 parent 6ddd500 commit 85429d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tests/acceptance/forms/post-types/CPTFormCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ public function testAddNewCPTUsingDefaultFormAfterOutOfBoundsElement(AcceptanceT
*/
public function testAddNewCPTUsingDefaultLegacyForm(AcceptanceTester $I)
{
// Setup Plugin, without defining default Forms.
// Setup Plugin with API Key and Secret, which is required for Legacy Forms to work.
$I->setupConvertKitPlugin(
$I,
[
Expand Down Expand Up @@ -552,7 +552,7 @@ public function testAddNewCPTUsingDefinedForm(AcceptanceTester $I)
*/
public function testAddNewCPTUsingDefinedLegacyForm(AcceptanceTester $I)
{
// Setup ConvertKit Plugin.
// Setup Plugin with API Key and Secret, which is required for Legacy Forms to work.
$I->setupConvertKitPlugin(
$I,
[
Expand Down
4 changes: 2 additions & 2 deletions tests/acceptance/forms/post-types/PageFormCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ public function testAddNewPageUsingDefaultFormAfterOutOfBoundsElement(Acceptance
*/
public function testAddNewPageUsingDefaultLegacyForm(AcceptanceTester $I)
{
// Setup ConvertKit plugin to use legacy Form as default for Pages.
// Setup Plugin with API Key and Secret, which is required for Legacy Forms to work.
$I->setupConvertKitPlugin(
$I,
[
Expand Down Expand Up @@ -713,7 +713,7 @@ public function testAddNewPageUsingModalFormWithWPRocketPlugin(AcceptanceTester
*/
public function testAddNewPageUsingDefinedLegacyForm(AcceptanceTester $I)
{
// Setup ConvertKit plugin.
// Setup Plugin with API Key and Secret, which is required for Legacy Forms to work.
$I->setupConvertKitPlugin(
$I,
[
Expand Down
4 changes: 2 additions & 2 deletions tests/acceptance/forms/post-types/PostFormCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ public function testAddNewPostUsingDefaultFormAfterOutOfBoundsElement(Acceptance
*/
public function testAddNewPostUsingDefaultLegacyForm(AcceptanceTester $I)
{
// Setup Plugin, without defining default Forms.
// Setup Plugin with API Key and Secret, which is required for Legacy Forms to work.
$I->setupConvertKitPlugin(
$I,
[
Expand Down Expand Up @@ -465,7 +465,7 @@ public function testAddNewPostUsingDefinedForm(AcceptanceTester $I)
*/
public function testAddNewPostUsingDefinedLegacyForm(AcceptanceTester $I)
{
// Setup ConvertKit Plugin.
// Setup Plugin with API Key and Secret, which is required for Legacy Forms to work.
$I->setupConvertKitPlugin(
$I,
[
Expand Down

0 comments on commit 85429d9

Please sign in to comment.