Skip to content
Snippets Groups Projects
Commit 56786fb5 authored by Camille Simiand's avatar Camille Simiand Committed by Sebastien
Browse files

Fix tests namespaces

parent ecb35b5e
No related branches found
No related tags found
3 merge requests!43tuleap-83-access-my-capsules,!42Draft: access-my-capsules-conflicts-fixed,!40Draft: Tuleap 83 access my capsules
<?php
namespace App\Tests\Controller;
namespace App\Tests\functional;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
......
<?php
namespace App\Tests\Controller;
namespace App\Tests\functional;
use Symfony\Bundle\FrameworkBundle\KernelBrowser;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment