Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lavarou committed Apr 11, 2024
1 parent 55993ce commit 233d0f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration/frameworks/yii/test_basic_cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

/*EXPECT_ERROR_EVENTS null */

/* WordPress mock app */
/* Yii2 mock */
require_once __DIR__.'/yii2/baseyii.php';

$a = new yii\base\InlineAction('test-integration-cli-action');
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/frameworks/yii/test_basic_web.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

/*EXPECT_ERROR_EVENTS null */

/* WordPress mock app */
/* Yii2 mock */
require_once __DIR__.'/yii2/baseyii.php';

$a = new yii\base\Action('test-integration-web-action');
Expand Down

0 comments on commit 233d0f2

Please sign in to comment.