private const META_APP_NAME = 'testApp';
private IdsCollection
$ids;
protected function setUp(): void
{ $this->ids =
new IdsCollection();
} public function testCreateNewTaxProvider(): void
{ $provider =
$this->
createTaxProviders([ [ 'identifier' => 'test',
'name' => 'lol',
'processUrl' => 'https://example.com',
'priority' => '1',
],
]);
$manifest =
$this->
createManifest($provider);
$existing =
$this->
existingProviders();