| 1 | <?php |
||
| 14 | class SubscriptionQueryTest extends \PHPUnit_Framework_TestCase |
||
| 15 | { |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Checks that filtering is applied appropriately depending on the specified time frame |
||
| 19 | * @dataProvider provider |
||
| 20 | */ |
||
| 21 | public function testFilterByTimeFrame($expects, $timeFrame) |
||
| 33 | |||
| 34 | |||
| 35 | /** |
||
| 36 | * @return array |
||
| 37 | */ |
||
| 38 | public function provider() |
||
| 47 | |||
| 48 | } |
||
| 49 |