Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlerdominik committed Dec 7, 2024
1 parent 74c1d44 commit b50c00c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/Reference/QrPaymentReferenceGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@

final class QrPaymentReferenceGeneratorTest extends TestCase
{
private ValidatorInterface $validator;

public function setUp(): void
{
$this->validator = Validation::createValidatorBuilder()
->addMethodMapping('loadValidatorMetadata')
->getValidator();
}

#[DataProvider('qrPaymentReferenceProvider')]
public function testMakesResultsViaConstructor(?string $customerIdentification, string $referenceNumber, string $expectedResult): void
{
Expand Down

0 comments on commit b50c00c

Please sign in to comment.