Example #1
0
 /**
  * @dataProvider getSortableDataProvider
  */
 public function testGetSortable($value)
 {
     $this->_block->setData('sortable', $value);
     $this->assertFalse($this->_block->getSortable());
 }