Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 6f47890

Browse files
committed
extension factory test for content
1 parent 80c8033 commit 6f47890

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

tests/Unit/DependencyInjection/Factory/ContentAdminFactoryTest.php

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,9 @@
11
<?php
22

3-
/*
4-
* This file is part of the Symfony CMF package.
5-
*
6-
* (c) 2011-2017 Symfony CMF
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace Symfony\Cmf\Bundle\SonataPhpcrAdminIntegrationBundle\Tests\Unit\DependencyInjection\Factory;
134

14-
use Symfony\Component\Config\Definition\Builder\TreeBuilder;
15-
use Symfony\Component\Config\Definition\Processor;
16-
use Symfony\Component\DependencyInjection\ContainerBuilder;
17-
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
18-
use Symfony\Cmf\Bundle\SonataPhpcrAdminIntegrationBundle\DependencyInjection\Factory\ContentAdminFactory;
19-
205
/**
21-
* @author Wouter de Jong <[email protected]>
6+
* @author Maximilian Berghoff <[email protected]>
227
*/
238
class ContentAdminFactoryTest extends \PHPUnit_Framework_TestCase
249
{

0 commit comments

Comments
 (0)