Tests/Controller/WikiTagControllerTest.php
changeset 74 901463f9b11c
parent 34 21fab44f46fe
equal deleted inserted replaced
73:12fc4e8b6fde 74:901463f9b11c
     1 <?php
     1 <?php
       
     2 /*
       
     3  * This file is part of the WikiTagBundle package.
       
     4  *
       
     5  * (c) IRI <http://www.iri.centrepompidou.fr/>
       
     6  *
       
     7  * For the full copyright and license information, please view the LICENSE
       
     8  * file that was distributed with this source code.
       
     9  */
     2 
    10 
     3 namespace IRI\Bundle\WikiTagBundle\Tests\Controller;
    11 namespace IRI\Bundle\WikiTagBundle\Tests\Controller;
     4 
    12 
     5 use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
    13 use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
     6 
    14