public function testGetAllMaskBuilders()
 {
     $this->assertEquals(array(new EntityMaskBuilder()), $this->extension->getAllMaskBuilders());
 }