Skip to content

Commit 1de7e3d

Browse files
committed
docs: add @testtag
1 parent 8786568 commit 1de7e3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

system/Config/Factories.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ protected static function verifyInstanceOf(array $options, string $alias): bool
322322
* @return array<string, bool|string|null>
323323
*
324324
* @internal For testing only
325+
* @testTag
325326
*/
326327
public static function getOptions(string $component): array
327328
{
@@ -401,6 +402,7 @@ public static function reset(?string $component = null)
401402
* @param string $alias Class alias. See the $aliases property.
402403
*
403404
* @internal For testing only
405+
* @testTag
404406
*/
405407
public static function injectMock(string $component, string $alias, object $instance)
406408
{
@@ -427,6 +429,7 @@ public static function injectMock(string $component, string $alias, object $inst
427429
* Gets a basename from a class alias, namespaced or not.
428430
*
429431
* @internal For testing only
432+
* @testTag
430433
*/
431434
public static function getBasename(string $alias): string
432435
{

0 commit comments

Comments
 (0)