diff --git a/src/Bundle/ChillWopiBundle/src/Controller/Test.php b/src/Bundle/ChillWopiBundle/src/Controller/Test.php deleted file mode 100644 index ed7cf9c00..000000000 --- a/src/Bundle/ChillWopiBundle/src/Controller/Test.php +++ /dev/null @@ -1,30 +0,0 @@ -client = $client; - } - - public function __invoke() - { - dump($this->client); - - return new Response('fobar'); - } -}