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
4747 #[TestDox('assertQuery() fails when query result does not match array ' )]
4848 public function testCanCompareQueryResultToArrayFailure (): void
4949 {
50- /** @phpstan-ignore classConstant.internalClass */
5150 $ this ->expectException (ExpectationFailedException::class);
5251
5352 $ this ->assertQuery (
@@ -75,7 +74,6 @@ public function testCanCompareTableToArraySuccess(): void
7574 #[TestDox('assertTableEqualsArray() fails when table does not match array ' )]
7675 public function testCanCompareTableToArrayFailure (): void
7776 {
78- /** @phpstan-ignore classConstant.internalClass */
7977 $ this ->expectException (ExpectationFailedException::class);
8078
8179 $ this ->assertTableEqualsArray (
@@ -102,7 +100,6 @@ public function testCanCompareTableToCsvFileSuccess(): void
102100 #[TestDox('assertTableEqualsCsvFile() fails when table does not match CSV file ' )]
103101 public function testCanCompareTableToCsvFileFailure (): void
104102 {
105- /** @phpstan-ignore classConstant.internalClass */
106103 $ this ->expectException (ExpectationFailedException::class);
107104
108105 $ this ->assertTableEqualsCsvFile (
You can’t perform that action at this time.
0 commit comments