コード例 #1
0
ファイル: ColumnTest.php プロジェクト: nayanchamp/magento2
 /**
  * @dataProvider getSortableDataProvider
  */
 public function testGetSortable($value)
 {
     $this->_block->setData('sortable', $value);
     $this->assertFalse($this->_block->getSortable());
 }