Skip to content

Commit a25b1c4

Browse files
committed
fix: Add missing property definition
1 parent 1973ab5 commit a25b1c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Uri/UriResolverTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
class UriResolverTest extends TestCase
99
{
10+
private $resolver;
11+
1012
public function setUp()
1113
{
1214
$this->resolver = new UriResolver();

0 commit comments

Comments
 (0)