Esempio n. 1
0
 public function test_getHasRendererAction()
 {
     $this->_datatable->setEntity('Ali\\DatatableBundle\\Entity\\Product', 'p')->setFields(array("title" => 'p.name', "_identifier_" => 'p.id'));
     $this->assertInternalType('boolean', $this->_datatable->getHasRendererAction());
 }