File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace spec \Http \Client \Common \Plugin \Generator ;
3
+ namespace spec \Http \Client \Common \Plugin \Cache \ Generator ;
4
4
5
5
use PhpSpec \ObjectBehavior ;
6
6
use Psr \Http \Message \RequestInterface ;
@@ -14,12 +14,12 @@ public function let()
14
14
15
15
public function it_is_initializable ()
16
16
{
17
- $ this ->shouldHaveType ('Http\Client\Common\Plugin\Generator\VaryGenerator ' );
17
+ $ this ->shouldHaveType ('Http\Client\Common\Plugin\Cache\ Generator\VaryGenerator ' );
18
18
}
19
19
20
20
public function it_is_a_key_generator ()
21
21
{
22
- $ this ->shouldImplement ('Http\Client\Common\Plugin\Generator\CacheKeyGenerator ' );
22
+ $ this ->shouldImplement ('Http\Client\Common\Plugin\Cache\ Generator\CacheKeyGenerator ' );
23
23
}
24
24
25
25
public function it_generates_cache_from_request (RequestInterface $ request )
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Http \Client \Common \Plugin \Generator ;
3
+ namespace Http \Client \Common \Plugin \Cache \ Generator ;
4
4
5
5
use Psr \Http \Message \RequestInterface ;
6
6
You can’t perform that action at this time.
0 commit comments