Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

Commit

Permalink
III-2333 Removed some obsolete namespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc Wollants committed Nov 13, 2017
1 parent fb3bcfe commit 3d4cfb0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
7 changes: 0 additions & 7 deletions bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
<?php

use Broadway\EventHandling\SimpleEventBus;
use CultuurNet\BroadwayAMQP\EventBusForwardingConsumerFactory;
use CultuurNet\Deserializer\SimpleDeserializerLocator;
use CultuurNet\SymfonySecurityJwt\Authentication\JwtUserToken;
use DerAlex\Silex\YamlConfigServiceProvider;
use JDesrosiers\Silex\Provider\CorsServiceProvider;
use Lcobucci\JWT\Token as Jwt;
use Monolog\Handler\StreamHandler;
use Monolog\Logger;
use Silex\Application;
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
use ValueObjects\Number\Natural;
use ValueObjects\StringLiteral\StringLiteral;

$app = new Application();

Expand Down
6 changes: 0 additions & 6 deletions tests/Controller/EventCardSystemsControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

namespace CultuurNet\UDB3\UiTPASService\Controller;

use Broadway\CommandHandling\CommandBusInterface;
use CultuurNet\UDB3\UiTPASService\Permissions\EventPermissionInterface;
use CultuurNet\UDB3\UiTPASService\UiTPASAggregate\Command\ClearDistributionKeys;
use CultuurNet\UDB3\UiTPASService\UiTPASAggregate\Command\UpdateDistributionKeys;
use ValueObjects\Identity\UUID;

class EventCardSystemsControllerTest extends \PHPUnit_Framework_TestCase
{
/**
Expand Down

0 comments on commit 3d4cfb0

Please sign in to comment.