File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 5
5
namespace SonsOfPHP \Component \Json \Tests ;
6
6
7
7
use PHPUnit \Framework \Attributes \CoversClass ;
8
- use PHPUnit \Framework \Attributes \CoversNothing ;
9
8
use PHPUnit \Framework \Attributes \UsesClass ;
10
9
use PHPUnit \Framework \TestCase ;
11
10
use ReflectionObject ;
17
16
#[CoversClass(AbstractEncoderDecoder::class)]
18
17
#[UsesClass(AbstractEncoderDecoder::class)]
19
18
#[UsesClass(JsonDecoder::class)]
20
- #[CoversNothing]
21
19
final class JsonDecoderTest extends TestCase
22
20
{
23
21
public function testConstructCanReturnArray (): void
Original file line number Diff line number Diff line change 5
5
namespace SonsOfPHP \Component \Json \Tests ;
6
6
7
7
use PHPUnit \Framework \Attributes \CoversClass ;
8
- use PHPUnit \Framework \Attributes \CoversNothing ;
9
8
use PHPUnit \Framework \Attributes \UsesClass ;
10
9
use PHPUnit \Framework \TestCase ;
11
10
use ReflectionObject ;
16
15
#[CoversClass(JsonEncoder::class)]
17
16
#[CoversClass(AbstractEncoderDecoder::class)]
18
17
#[UsesClass(AbstractEncoderDecoder::class)]
19
- #[CoversNothing]
20
18
final class JsonEncoderTest extends TestCase
21
19
{
22
20
public function testWithFlagsReturnsNewObject (): void
You can’t perform that action at this time.
0 commit comments