| 1 | <?php |
||
| 16 | class PheanstalkQueueTest extends QueueTest |
||
| 17 | { |
||
| 18 | use Performance; |
||
| 19 | use Concurrency; |
||
| 20 | |||
| 21 | protected $supportsExpiredEta = false; |
||
| 22 | |||
| 23 | protected function getUnsupportedItemTypes() |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @dataProvider provideItemsOfUnsupportedTypes |
||
| 30 | * @expectedException PHPUnit_Framework_Error_Warning |
||
| 31 | * @expectedExceptionMessage expects parameter 1 to be string |
||
| 32 | */ |
||
| 33 | public function testUnsupportedItemType($item) |
||
| 37 | |||
| 38 | public static function createHandler(array $config) |
||
| 46 | } |
||
| 47 |