Skip to content

Commit

Permalink
docs: add @testtag
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jul 25, 2023
1 parent 8786568 commit 1de7e3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions system/Config/Factories.php
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ protected static function verifyInstanceOf(array $options, string $alias): bool
* @return array<string, bool|string|null>
*
* @internal For testing only
* @testTag
*/
public static function getOptions(string $component): array
{
Expand Down Expand Up @@ -401,6 +402,7 @@ public static function reset(?string $component = null)
* @param string $alias Class alias. See the $aliases property.
*
* @internal For testing only
* @testTag
*/
public static function injectMock(string $component, string $alias, object $instance)
{
Expand All @@ -427,6 +429,7 @@ public static function injectMock(string $component, string $alias, object $inst
* Gets a basename from a class alias, namespaced or not.
*
* @internal For testing only
* @testTag
*/
public static function getBasename(string $alias): string
{
Expand Down

0 comments on commit 1de7e3d

Please sign in to comment.