Skip to content

Commit

Permalink
[Console] Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chalasr committed Jun 8, 2022
1 parent 13a95a5 commit 6187424
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tests/DependencyInjection/AddConsoleCommandPassTest.php
Expand Up @@ -314,10 +314,9 @@ class NamedCommand extends Command
{
}

#[AsCommand(name: '%cmd%|%cmdalias%', description: 'Creates a 80% discount')]
class EscapedDefaultsFromPhpCommand extends Command
{
protected static $defaultName = '%cmd%|%cmdalias%';
protected static $defaultDescription = 'Creates a 80% discount';
}

#[AsCommand(name: '|cmdname|cmdalias', description: 'Just testing')]
Expand Down

0 comments on commit 6187424

Please sign in to comment.