| 1 | <?php |
||
| 15 | class NotSpec extends ObjectBehavior |
||
| 16 | { |
||
| 17 | public function let(Filter $filterExpr) |
||
| 21 | |||
| 22 | /** |
||
| 23 | * calls parent. |
||
| 24 | */ |
||
| 25 | public function it_calls_parent_match(QueryBuilder $qb, Expr $expr, Filter $filterExpr) |
||
| 38 | |||
| 39 | /** |
||
| 40 | * modifies parent query. |
||
| 41 | */ |
||
| 42 | public function it_modifies_parent_query(QueryBuilder $qb, Specification $spec) |
||
| 49 | |||
| 50 | public function it_does_not_modify_parent_query(QueryBuilder $qb) |
||
| 54 | } |
||
| 55 |