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 933db1a commit bcab9e5Copy full SHA for bcab9e5
tests/Core/Config/GeneratorArgTest.php
@@ -20,6 +20,22 @@ final class GeneratorArgTest extends TestCase
20
{
21
22
23
+ /**
24
+ * Skip these tests when in CBF mode.
25
+ *
26
+ * @before
27
28
+ * @return void
29
+ */
30
+ protected function maybeSkipTests()
31
+ {
32
+ if (PHP_CODESNIFFER_CBF === true) {
33
+ $this->markTestSkipped('The `--generator` CLI flag is only supported for the `phpcs` command');
34
+ }
35
+
36
+ }//end maybeSkipTests()
37
38
39
/**
40
* Ensure that the generator property is set when the parameter is passed a valid value.
41
*
0 commit comments