8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a60b7a commit 2c88c44Copy full SHA for 2c88c44
src/Symfony/Component/Validator/Tests/Constraints/YamlTest.php
@@ -17,6 +17,9 @@
17
use Symfony\Component\Validator\Mapping\Loader\AttributeLoader;
18
use Symfony\Component\Yaml\Yaml as YamlParser;
19
20
+/**
21
+ * @author Kev <https://github.com/symfonyaml>
22
+ */
23
class YamlTest extends TestCase
24
{
25
public function testAttributes()
src/Symfony/Component/Validator/Tests/Constraints/YamlValidatorTest.php
@@ -16,6 +16,9 @@
16
use Symfony\Component\Validator\Test\ConstraintValidatorTestCase;
class YamlValidatorTest extends ConstraintValidatorTestCase
protected function createValidator(): YamlValidator
0 commit comments