File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 24
24
},
25
25
"autoload" : {
26
26
"psr-4" : {
27
- "GuzzleHttp\\ " : " src"
27
+ "GuzzleHttp\\ Utility \\ " : " src"
28
28
}
29
29
},
30
30
"autoload-dev" : {
31
31
"psr-4" : {
32
- "GuzzleHttp\\ Tests\\ " : " tests"
32
+ "GuzzleHttp\\ Utility \\ Tests\\ " : " tests"
33
33
}
34
34
},
35
35
"extra" : {
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- namespace GuzzleHttp ;
5
+ namespace GuzzleHttp \ Utility ;
6
6
7
7
/**
8
8
* Expands URI templates. Userland implementation of PECL uri_template.
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- namespace GuzzleHttp \Tests ;
5
+ namespace GuzzleHttp \Utility \ Tests ;
6
6
7
- use GuzzleHttp \UriTemplate ;
7
+ use GuzzleHttp \Utility \ UriTemplate ;
8
8
use PHPUnit \Framework \TestCase ;
9
9
10
10
/**
11
- * @covers \GuzzleHttp\Psr7 \UriTemplate
11
+ * @covers \GuzzleHttp\Utility \UriTemplate
12
12
*/
13
- class UriTemplateTest extends TestCase
13
+ final class UriTemplateTest extends TestCase
14
14
{
15
15
public function templateProvider (): array
16
16
{
You can’t perform that action at this time.
0 commit comments