/**
  * @covers Braincrafted\Bundle\BootstrapBundle\Twig\BootstrapFormExtension::getFunctions()
  */
 public function testGetFunctions()
 {
     $this->assertCount(16, $this->extension->getFunctions());
 }