move export test helper to new namespace

This commit is contained in:
Julien Fastré 2016-12-26 21:15:29 +01:00
parent e19868e595
commit 45342fcde3

View File

@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
namespace Chill\MainBundle\Test;
namespace Chill\MainBundle\Test\Export;
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
use Doctrine\ORM\QueryBuilder;