Matthias\SymfonyConsoleForm\Tests\Helper\ApplicationTester::disableStty PHP Метод

disableStty() приватный Метод

private disableStty ( )
    private function disableStty()
    {
        $sttyProperty = new \ReflectionProperty('Symfony\\Component\\Console\\Helper\\QuestionHelper', 'stty');
        $sttyProperty->setAccessible(true);
        $sttyProperty->setValue(null, false);
    }