File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ public function testCanCompareQueryResultToArraySuccess(): void
47
47
#[TestDox('assertQuery() fails when query result does not match array ' )]
48
48
public function testCanCompareQueryResultToArrayFailure (): void
49
49
{
50
- /** @phpstan-ignore classConstant.internalClass */
51
50
$ this ->expectException (ExpectationFailedException::class);
52
51
53
52
$ this ->assertQuery (
@@ -75,7 +74,6 @@ public function testCanCompareTableToArraySuccess(): void
75
74
#[TestDox('assertTableEqualsArray() fails when table does not match array ' )]
76
75
public function testCanCompareTableToArrayFailure (): void
77
76
{
78
- /** @phpstan-ignore classConstant.internalClass */
79
77
$ this ->expectException (ExpectationFailedException::class);
80
78
81
79
$ this ->assertTableEqualsArray (
@@ -102,7 +100,6 @@ public function testCanCompareTableToCsvFileSuccess(): void
102
100
#[TestDox('assertTableEqualsCsvFile() fails when table does not match CSV file ' )]
103
101
public function testCanCompareTableToCsvFileFailure (): void
104
102
{
105
- /** @phpstan-ignore classConstant.internalClass */
106
103
$ this ->expectException (ExpectationFailedException::class);
107
104
108
105
$ this ->assertTableEqualsCsvFile (
You can’t perform that action at this time.
0 commit comments