build(new Tracking(new Affiliate_Link('https://test.com')), Pricing::out_of_stock()); $this->assertEquals($shop_template->get_name()->get_value(), $shop->get_name()->get_value()); $this->assertEquals($shop_template->get_slug()->get_value(), $shop->get_slug()->get_value()); $this->assertEquals('https://test.com', $shop->get_tracking()->get_affiliate_link()->get_value()); } }