| 1 | <?php |
||
| 19 | class MongoQueueTest extends QueueTest |
||
| 20 | { |
||
| 21 | use Performance; |
||
| 22 | use Concurrency; |
||
| 23 | |||
| 24 | protected function getUnsupportedItemTypes() |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @dataProvider provideItemsOfUnsupportedTypes |
||
| 31 | * @expectedException Exception |
||
| 32 | * @expectedExceptionMessageRegExp /zero-length keys are not allowed|non-utf8 string|Objects are not identical/ |
||
| 33 | */ |
||
| 34 | public function testUnsupportedItemType($item, $type) |
||
| 42 | |||
| 43 | public static function createHandler(array $config) |
||
| 51 | } |
||
| 52 |