X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fstecman%2Fsymfony-console-completion%2Ftests%2FStecman%2FComponent%2FSymfony%2FConsole%2FBashCompletion%2FFixtures%2FHiddenCommand.php;fp=vendor%2Fstecman%2Fsymfony-console-completion%2Ftests%2FStecman%2FComponent%2FSymfony%2FConsole%2FBashCompletion%2FFixtures%2FHiddenCommand.php;h=6b3e22afa0fe823a3c8415ae1b3f4553a2df64ee;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=0000000000000000000000000000000000000000;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/vendor/stecman/symfony-console-completion/tests/Stecman/Component/Symfony/Console/BashCompletion/Fixtures/HiddenCommand.php b/vendor/stecman/symfony-console-completion/tests/Stecman/Component/Symfony/Console/BashCompletion/Fixtures/HiddenCommand.php new file mode 100644 index 000000000..6b3e22afa --- /dev/null +++ b/vendor/stecman/symfony-console-completion/tests/Stecman/Component/Symfony/Console/BashCompletion/Fixtures/HiddenCommand.php @@ -0,0 +1,11 @@ +setName('internals') + ->setHidden(true); + } +} \ No newline at end of file