Skip to content

Commit e2559b6

Browse files
committed
TestCase - use tearDownAfterClass
1 parent 4daa137 commit e2559b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/HttpFactory/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static function setUpBeforeClass(): void
3131
});
3232
}
3333

34-
public static function tearDownAfter(): void
34+
public static function tearDownAfterClass(): void
3535
{
3636
\set_error_handler(self::$errorHandler);
3737
}

0 commit comments

Comments
 (0)