Skip to content

Commit 80dbdb8

Browse files
Remove error suppressions that are no longer needed
1 parent b363ffc commit 80dbdb8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/tests/testing/TestingTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)