Skip to content

Commit

Permalink
Cleanup unneeded variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlerdominik committed Dec 7, 2024
1 parent 74c1d44 commit 4cc7022
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/Reference/QrPaymentReferenceGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,9 @@
use PHPUnit\Framework\TestCase;
use Sprain\SwissQrBill\Reference\QrPaymentReferenceGenerator;
use Sprain\SwissQrBill\Validator\Exception\InvalidQrPaymentReferenceException;
use Symfony\Component\Validator\Validation;
use Symfony\Component\Validator\Validator\ValidatorInterface;

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 4cc7022

Please sign in to comment.