Blame | Last modification | View Log | Download
<?phpnamespace Symfony\Bundle\FrameworkBundle;use Symfony\Bundle\FrameworkBundle\Test\TestContainer;abstract class KernelBrowser{/*** @return TestContainer*/abstract public function getContainer();}