8000 Add authors on tests files · symfony/symfony@2c88c44 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c88c44

Browse files
author
symfonyaml
committed
Add authors on tests files
1 parent 6a60b7a commit 2c88c44

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/Symfony/Component/Validator/Tests/Constraints/YamlTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
use Symfony\Component\Validator\Mapping\Loader\AttributeLoader;
1818
use Symfony\Component\Yaml\Yaml as YamlParser;
1919

20+
/**
21+
* @author Kev <https://github.com/symfonyaml>
22+
*/
2023
class YamlTest extends TestCase
2124
{
2225
public function testAttributes()

src/Symfony/Component/Validator/Tests/Constraints/YamlValidatorTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
use Symfony\Component\Validator\Test\ConstraintValidatorTestCase;
1717
use Symfony\Component\Yaml\Yaml as YamlParser;
1818

19+
/**
20+
* @author Kev <https://github.com/symfonyaml>
21+
*/
1922
class YamlValidatorTest extends ConstraintValidatorTestCase
2023
{
2124
protected function createValidator(): YamlValidator

0 commit comments

Comments
 (0)
0