Skip to content

Commit 2ef3169

Browse files
committed
docs: add @testtag
1 parent 962777e commit 2ef3169

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

system/CLI/CLI.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,6 +1122,8 @@ protected static function fwrite($handle, string $string)
11221122

11231123
/**
11241124
* Testing purpose only
1125+
*
1126+
* @testTag
11251127
*/
11261128
public static function setInputOutput(InputOutput $io): void
11271129
{
@@ -1130,6 +1132,8 @@ public static function setInputOutput(InputOutput $io): void
11301132

11311133
/**
11321134
* Testing purpose only
1135+
*
1136+
* @testTag
11331137
*/
11341138
public static function resetInputOutput(): void
11351139
{

0 commit comments

Comments
 (0)