mirror of
https://github.com/e107inc/e107.git
synced 2025-10-18 00:06:26 +02:00
Added Codeception
This commit is contained in:
11
vendor/symfony/console/Tests/Fixtures/FooSameCaseLowercaseCommand.php
vendored
Normal file
11
vendor/symfony/console/Tests/Fixtures/FooSameCaseLowercaseCommand.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
use Symfony\Component\Console\Command\Command;
|
||||
|
||||
class FooSameCaseLowercaseCommand extends Command
|
||||
{
|
||||
protected function configure()
|
||||
{
|
||||
$this->setName('foo:bar')->setDescription('foo:bar command');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user