EP_Test_Base::__construct PHP 메소드

__construct() 공개 메소드

Prevents weird MySQLi error.
부터: 1.0
public __construct ( )
    public function __construct()
    {
        if (property_exists(__CLASS__, 'ignore_files')) {
            self::$ignore_files = true;
        }
        $this->plugin_path = str_replace('/tests/includes', '', dirname(__FILE__));
    }