added command to create release packages (for FTP user) (#642)

This commit is contained in:
Kevin Papst
2019-03-18 11:57:26 +01:00
committed by GitHub
parent bde791fa55
commit 50318a8fc5
5 changed files with 162 additions and 9 deletions

View File

@@ -9,13 +9,7 @@
namespace App\Tests\API;
use App\Configuration\LanguageFormattings;
use App\Entity\Activity;
use App\Entity\Customer;
use App\Entity\Project;
use App\Entity\User;
use App\Repository\Query\VisibilityQuery;
use Symfony\Bundle\FrameworkBundle\Client;
/**
* @coversDefaultClass \App\API\ConfigurationController