We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1990b6 commit b9af2b8Copy full SHA for b9af2b8
1 file changed
tests/system/HTTP/URITest.php
@@ -26,16 +26,6 @@
26
*/
27
final class URITest extends CIUnitTestCase
28
{
29
- protected function setUp(): void
30
- {
31
- parent::setUp();
32
- }
33
-
34
- protected function tearDown(): void
35
36
- Factories::reset('config');
37
38
39
public function testConstructorSetsAllParts()
40
41
$uri = new URI('http://username:password@hostname:9090/path?arg=value#anchor');
0 commit comments