Skip to content

Commit b9af2b8

Browse files
committed
test: remove setUp()/tearDown()
CIUnitTestCase::setUp() calls Factories::reset().
1 parent f1990b6 commit b9af2b8

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

tests/system/HTTP/URITest.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@
2626
*/
2727
final class URITest extends CIUnitTestCase
2828
{
29-
protected function setUp(): void
30-
{
31-
parent::setUp();
32-
}
33-
34-
protected function tearDown(): void
35-
{
36-
Factories::reset('config');
37-
}
38-
3929
public function testConstructorSetsAllParts()
4030
{
4131
$uri = new URI('http://username:password@hostname:9090/path?arg=value#anchor');

0 commit comments

Comments
 (0)