Skip to content

Commit d059d1c

Browse files
committed
typo
1 parent 890b57a commit d059d1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration/frameworks/yii/test_basic_cli.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
/*EXPECT_ERROR_EVENTS null */
1717

18-
/* WordPress mock app */
18+
/* Yii2 mock */
1919
require_once __DIR__.'/yii2/baseyii.php';
2020

2121
$a = new yii\base\InlineAction('test-integration-cli-action');

tests/integration/frameworks/yii/test_basic_web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
/*EXPECT_ERROR_EVENTS null */
1717

18-
/* WordPress mock app */
18+
/* Yii2 mock */
1919
require_once __DIR__.'/yii2/baseyii.php';
2020

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

0 commit comments

Comments
 (0)