Skip to content

Commit fe0daf6

Browse files
committed
Fix for github tests
1 parent c517f6b commit fe0daf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Units/VatValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function testIfFacadeIsWorking():void
102102
];
103103

104104
$client = $this->getMockFromWsdl(
105-
__DIR__.'/../checkVatService.wsdl', 'checkVat'
105+
__DIR__.'/../checkVatService.wsdl', 'checkVat'.time()
106106
);
107107

108108
$client

0 commit comments

Comments
 (0)