Total Complexity | 2 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | class SubscriptionQueryTest extends TestCase |
||
16 | { |
||
17 | |||
18 | /** |
||
19 | * Checks that filtering is applied appropriately depending on the specified time frame |
||
20 | * @dataProvider provider |
||
21 | */ |
||
22 | public function testFilterByTimeFrame($expects, $timeFrame) |
||
33 | } |
||
34 | |||
35 | |||
36 | /** |
||
37 | * @return array |
||
38 | */ |
||
39 | public function provider() |
||
50 |
This function has been deprecated. The supplier of the function has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the function will be removed and what other function to use instead.