File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 5
5
use Doctrine \Common \Annotations \AnnotationReader ;
6
6
use Doctrine \Common \Annotations \CachedReader ;
7
7
use Doctrine \Common \Annotations \Reader ;
8
+ use PHPUnit \Framework \MockObject \MockObject ;
8
9
use Symfony \Bundle \FrameworkBundle \CacheWarmer \AnnotationsCacheWarmer ;
9
10
use Symfony \Bundle \FrameworkBundle \Tests \TestCase ;
10
11
use Symfony \Component \Cache \Adapter \NullAdapter ;
@@ -72,7 +73,7 @@ public function testAnnotationsCacheWarmerWithDebugEnabled()
72
73
}
73
74
74
75
/**
75
- * @return \PHPUnit_Framework_MockObject_MockObject |Reader
76
+ * @return MockObject |Reader
76
77
*/
77
78
private function getReadOnlyReader ()
78
79
{
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Bundle \FrameworkBundle \Tests \Command ;
13
13
14
+ use PHPUnit \Framework \MockObject \MockObject ;
14
15
use Psr \Cache \CacheItemPoolInterface ;
15
16
use Symfony \Bundle \FrameworkBundle \Command \CachePoolDeleteCommand ;
16
17
use Symfony \Bundle \FrameworkBundle \Console \Application ;
@@ -83,7 +84,7 @@ public function testCommandDeleteFailed()
83
84
}
84
85
85
86
/**
86
- * @return \PHPUnit_Framework_MockObject_MockObject |KernelInterface
87
+ * @return MockObject |KernelInterface
87
88
*/
88
89
private function getKernel ()
89
90
{
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Bundle \FrameworkBundle \Tests \Command ;
13
13
14
+ use PHPUnit \Framework \MockObject \MockObject ;
14
15
use Symfony \Bundle \FrameworkBundle \Command \CachePoolPruneCommand ;
15
16
use Symfony \Bundle \FrameworkBundle \Console \Application ;
16
17
use Symfony \Bundle \FrameworkBundle \Tests \TestCase ;
@@ -49,7 +50,7 @@ private function getEmptyRewindableGenerator(): RewindableGenerator
49
50
}
50
51
51
52
/**
52
- * @return \PHPUnit_Framework_MockObject_MockObject |KernelInterface
53
+ * @return MockObject |KernelInterface
53
54
*/
54
55
private function getKernel ()
55
56
{
@@ -75,7 +76,7 @@ private function getKernel()
75
76
}
76
77
77
78
/**
78
- * @return \PHPUnit_Framework_MockObject_MockObject |PruneableInterface
79
+ * @return MockObject |PruneableInterface
79
80
*/
80
81
private function getPruneableInterfaceMock ()
81
82
{
You can’t perform that action at this time.
0 commit comments