for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Translation\Extractor\Tests\Resources\Php\Symfony;
class ContainerAwareTransChoice
{
/**
* @return array
*/
public function newAction()
$translated = $this->get('translator')->transChoice('foobar');
return array();
}