kkarpieszuk / wc-price-history

Track Woocommerce Products prices history and display the lowest price in the last 30 days. This plugin allows your WC shop to be compliant with European Commision Directive 98/6/EC Article 6a which specyfies price reduction annoucment policy.
MIT License
6 stars 4 forks source link

Freemius blocks phpunit #113

Closed kkarpieszuk closed 2 weeks ago

kkarpieszuk commented 2 weeks ago

it is because I load it with composer.json:

        "files": [
            "vendor/freemius/wordpress-sdk/start.php"
        ]

and at the very first line of script it exits:

        exit;
    }