Move and rename test

This commit is contained in:
Oliver Davies 2019-05-20 08:25:31 +01:00
parent dc3ebafc14
commit f6e0272469

View file

@ -1,13 +1,13 @@
<?php
namespace App\Tests\Talks\TwigExtension;
namespace App\Tests\Talks;
use App\Talks\TwigExtension\TalksExtension;
use DateTime;
use PHPUnit\Framework\TestCase;
use Tightenco\Collect\Support\Collection;
class TalksExtensionTest extends TestCase
class RetrievingTalksTest extends TestCase
{
/**
* @var TalksExtension