lock exported timesheets (#798)
This commit is contained in:
@@ -18,6 +18,8 @@ use Symfony\Component\Console\Style\SymfonyStyle;
|
||||
|
||||
/**
|
||||
* Command used to create a release package with pre-installed composer, SQLite database and user.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class CreateReleaseCommand extends Command
|
||||
{
|
||||
|
||||
@@ -37,6 +37,7 @@ use Symfony\Component\Validator\Validator\ValidatorInterface;
|
||||
* Command used to import data from a Kimai v1 installation.
|
||||
* Getting help in improving this script would be fantastic, it currently only handles the most basic use-cases.
|
||||
*
|
||||
* This command is way to messy and complex to be tested ... so we use something, which I actually don't like:
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class KimaiImporterCommand extends Command
|
||||
|
||||
@@ -19,6 +19,11 @@ use Symfony\Component\Console\Style\SymfonyStyle;
|
||||
|
||||
/**
|
||||
* Command used to execute all the basic application bootstrapping AFTER "composer install" was executed.
|
||||
*
|
||||
* This command is NOT used during runtime and only meant for developers on their local machines.
|
||||
* I am too lazy to think about how this could be tested ... and this is one of the rare edge cases where I don't
|
||||
* feel like it is necessary, so I "cheat" with:
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
class ResetCommand extends Command
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user