Another helpful way of mocking the environment for tests is to use the ./phpunit.xml and define the variables there. This way, everywhere in the tests the fake vendor id will be used, eg:
<env name="PADDLE_VENDOR_ID" value="vendor-id"/>
or even better call it fake-vendor-id