EzSystems\PlatformBehatBundle\Context\SubContext\DeprecationNoticeSupressor::suppressDepreciationNotices PHP Method

suppressDepreciationNotices() public method

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