Skip to content

Commit 3505a11

Browse files
committed
test: move fixtures out of source
1 parent 83df869 commit 3505a11

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
use PHPUnit\Framework\TestCase;
66

7-
class AbstractTestCase extends TestCase {}
7+
class AbstractTestCase extends TestCase {}

src/Test/Constraint/ContainsAlphanumeric.php renamed to tests/Constraint/ContainsAlphanumeric.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ public function __sleep(): array
2424
{
2525
return array_merge(parent::__sleep(), ['mode']);
2626
}
27-
}
27+
}

src/Test/Constraint/ContainsAlphanumericValidator.php renamed to tests/Constraint/ContainsAlphanumericValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ public function validate(mixed $value, Constraint $constraint): void
4545
->setParameter('{{ string }}', $value)
4646
->addViolation();
4747
}
48-
}
48+
}

0 commit comments

Comments
 (0)