Skip to content

Commit

Permalink
Add authors on tests files
Browse files Browse the repository at this point in the history
  • Loading branch information
symfonyaml committed May 7, 2024
1 parent 8d46d20 commit e26da28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
use Symfony\Component\Validator\Mapping\Loader\AttributeLoader;
use Symfony\Component\Yaml\Yaml as YamlParser;

/**
* @author Kev <https://github.com/symfonyaml>
*/
class YamlTest extends TestCase
{
public function testAttributes()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
use Symfony\Component\Validator\Test\ConstraintValidatorTestCase;
use Symfony\Component\Yaml\Yaml as YamlParser;

/**
* @author Kev <https://github.com/symfonyaml>
*/
class YamlValidatorTest extends ConstraintValidatorTestCase
{
protected function createValidator(): YamlValidator
Expand Down

0 comments on commit e26da28

Please sign in to comment.