File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 12
12
namespace HyperfTest \Stringable ;
13
13
14
14
use Hyperf \Stringable \Stringable ;
15
+ use PHPUnit \Framework \Attributes \CoversNothing ;
15
16
use PHPUnit \Framework \TestCase ;
16
17
use ReflectionClass ;
17
18
21
22
* @internal
22
23
* @coversNothing
23
24
*/
25
+ #[CoversNothing]
24
26
class FunctionsTest extends TestCase
25
27
{
26
28
public function testStr ()
Original file line number Diff line number Diff line change 13
13
14
14
use Hyperf \Stringable \Str ;
15
15
use InvalidArgumentException ;
16
+ use PHPUnit \Framework \Attributes \CoversNothing ;
16
17
use PHPUnit \Framework \TestCase ;
17
18
use Ramsey \Uuid \UuidInterface ;
18
19
19
20
/**
20
21
* @internal
21
22
* @coversNothing
22
23
*/
24
+ #[CoversNothing]
23
25
class StrTest extends TestCase
24
26
{
25
27
public function testCharAt ()
Original file line number Diff line number Diff line change 13
13
14
14
use Hyperf \Stringable \Stringable ;
15
15
use InvalidArgumentException ;
16
+ use PHPUnit \Framework \Attributes \CoversNothing ;
16
17
use PHPUnit \Framework \TestCase ;
17
18
18
19
/**
19
20
* @internal
20
21
* @coversNothing
21
22
*/
23
+ #[CoversNothing]
22
24
class StringableTest extends TestCase
23
25
{
24
26
public function testCharAt ()
You can’t perform that action at this time.
0 commit comments