File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 22/**
33 * Tests for the \PHP_CodeSniffer\Config --generator argument.
44 *
5- * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
5+ * @copyright 2024 PHPCSStandards and contributors
6+ * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
67 */
78
89namespace PHP_CodeSniffer \Tests \Core \Config ;
@@ -20,7 +21,7 @@ final class GeneratorArgTest extends TestCase
2021
2122
2223 /**
23- * Ensure that the generator property is set when the parameter is passed.
24+ * Ensure that the generator property is set when the parameter is passed a valid value .
2425 *
2526 * @param string $generatorName Generator name.
2627 *
@@ -62,9 +63,9 @@ public function testOnlySetOnce()
6263 {
6364 $ config = new ConfigDouble (
6465 [
65- " --generator=Text " ,
66- " --generator=HTML " ,
67- " --generator=InvalidGenerator " ,
66+ ' --generator=Text ' ,
67+ ' --generator=HTML ' ,
68+ ' --generator=InvalidGenerator ' ,
6869 ]
6970 );
7071
You can’t perform that action at this time.
0 commit comments