| 1 | <?php |
||
| 10 | final class RefactorPriorityQueryUnitTest extends PHPUnit_Framework_TestCase |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @test |
||
| 14 | * |
||
| 15 | * @small |
||
| 16 | * |
||
| 17 | * @dataProvider dataProviderFor_execute_should_limit_the_query_if_its_given |
||
| 18 | */ |
||
| 19 | public function execute_should_limit_the_query_if_its_given(string $limit = null, string $expectedSQL) |
||
| 28 | |||
| 29 | public function dataProviderFor_execute_should_limit_the_query_if_its_given(): array |
||
| 36 | } |
||
| 37 |