EzSystems\PlatformBehatBundle\Context\SubContext\DeprecationNoticeSupressor::suppressDepreciationNotices PHP Метод

suppressDepreciationNotices() публичный Метод

    public function suppressDepreciationNotices()
    {
        $this->originalErrorReporting = error_reporting(E_ALL & ~E_USER_DEPRECATED);
    }