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 1212namespace HyperfTest \Stringable ;
1313
1414use Hyperf \Stringable \Stringable ;
15+ use PHPUnit \Framework \Attributes \CoversNothing ;
1516use PHPUnit \Framework \TestCase ;
1617use ReflectionClass ;
1718
2122 * @internal
2223 * @coversNothing
2324 */
25+ #[CoversNothing]
2426class FunctionsTest extends TestCase
2527{
2628 public function testStr ()
Original file line number Diff line number Diff line change 1313
1414use Hyperf \Stringable \Str ;
1515use InvalidArgumentException ;
16+ use PHPUnit \Framework \Attributes \CoversNothing ;
1617use PHPUnit \Framework \TestCase ;
1718use Ramsey \Uuid \UuidInterface ;
1819
1920/**
2021 * @internal
2122 * @coversNothing
2223 */
24+ #[CoversNothing]
2325class StrTest extends TestCase
2426{
2527 public function testCharAt ()
Original file line number Diff line number Diff line change 1313
1414use Hyperf \Stringable \Stringable ;
1515use InvalidArgumentException ;
16+ use PHPUnit \Framework \Attributes \CoversNothing ;
1617use PHPUnit \Framework \TestCase ;
1718
1819/**
1920 * @internal
2021 * @coversNothing
2122 */
23+ #[CoversNothing]
2224class StringableTest extends TestCase
2325{
2426 public function testCharAt ()
You can’t perform that action at this time.
0 commit comments