#!/usr/bin/env php
<?php

/**
 * This file is part of the package demosplan.
 *
 * (c) 2010-present DEMOS E-Partizipation GmbH, for more information see the license file.
 *
 * All rights reserved
 */

use Tests\CoreApplication\Application\FrontController;

require __DIR__.'/../vendor/autoload.php';

FrontController::console();
