File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
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 \ArrayAdapter ;
@@ -86,7 +87,7 @@ public function testAnnotationsCacheWarmerWithDebugEnabled()
86
87
}
87
88
88
89
/**
89
- * @return \PHPUnit_Framework_MockObject_MockObject |Reader
90
+ * @return MockObject |Reader
90
91
*/
91
92
private function getReadOnlyReader ()
92
93
{
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 ;
@@ -55,7 +56,7 @@ private function getEmptyRewindableGenerator()
55
56
}
56
57
57
58
/**
58
- * @return \PHPUnit_Framework_MockObject_MockObject |KernelInterface
59
+ * @return MockObject |KernelInterface
59
60
*/
60
61
private function getKernel ()
61
62
{
@@ -81,7 +82,7 @@ private function getKernel()
81
82
}
82
83
83
84
/**
84
- * @return \PHPUnit_Framework_MockObject_MockObject |PruneableInterface
85
+ * @return MockObject |PruneableInterface
85
86
*/
86
87
private function getPruneableInterfaceMock ()
87
88
{
You can’t perform that action at this time.
0 commit comments