public function testCanRender()
 {
     $this->buttonMock->expects($this->once())->method('isDeleted')->willReturn(false);
     $this->assertTrue($this->template->canRender($this->buttonMock));
 }