Yoast_Product_Double
The Google Analytics by Yoast Yoast Product Double class.
Defined (1)
The class is defined in the following location(s).
- /vendor/yoast/license-manager/tests/test-class-yoast-license-manager.php
- class Yoast_Product_Double extends Yoast_Product {
- /**
- * Construct the real Product class with our fake data
- */
- public function __construct() {
- parent::__construct( get_site_url(), 'test-product', 'slug-test-product', '1.0.0' );
- }
- }