15
15
16
16
use Doctrine \Common \Collections \ArrayCollection ;
17
17
use Doctrine \ORM \Configuration ;
18
- use Doctrine \ORM \EntityManagerInterface ;
18
+ use Doctrine \ORM \EntityManager ;
19
19
use Doctrine \ORM \QueryBuilder ;
20
20
use Happyr \DoctrineSpecification \Exception \InvalidArgumentException ;
21
21
use Happyr \DoctrineSpecification \Operand \Field ;
@@ -78,7 +78,7 @@ public function it_is_transformable_many_arguments_as_array(QueryBuilder $qb)
78
78
79
79
public function it_is_transformable_custom_string_function (
80
80
QueryBuilder $ qb ,
81
- EntityManagerInterface $ em ,
81
+ EntityManager $ em ,
82
82
Configuration $ configuration
83
83
) {
84
84
$ dqlAlias = 'a ' ;
@@ -98,7 +98,7 @@ public function it_is_transformable_custom_string_function(
98
98
99
99
public function it_is_transformable_custom_numeric_function (
100
100
QueryBuilder $ qb ,
101
- EntityManagerInterface $ em ,
101
+ EntityManager $ em ,
102
102
Configuration $ configuration
103
103
) {
104
104
$ dqlAlias = 'a ' ;
@@ -118,7 +118,7 @@ public function it_is_transformable_custom_numeric_function(
118
118
119
119
public function it_is_transformable_custom_datetime_function (
120
120
QueryBuilder $ qb ,
121
- EntityManagerInterface $ em ,
121
+ EntityManager $ em ,
122
122
Configuration $ configuration
123
123
) {
124
124
$ dqlAlias = 'a ' ;
@@ -138,7 +138,7 @@ public function it_is_transformable_custom_datetime_function(
138
138
139
139
public function it_is_transformable_undefined_function (
140
140
QueryBuilder $ qb ,
141
- EntityManagerInterface $ em ,
141
+ EntityManager $ em ,
142
142
Configuration $ configuration
143
143
) {
144
144
$ functionName = 'foo ' ;
@@ -155,7 +155,7 @@ public function it_is_transformable_undefined_function(
155
155
156
156
public function it_is_transformable_convertible (
157
157
QueryBuilder $ qb ,
158
- EntityManagerInterface $ em ,
158
+ EntityManager $ em ,
159
159
Configuration $ configuration ,
160
160
ArrayCollection $ parameters ,
161
161
Value $ value
0 commit comments