Fix RepositoryTest class name

This commit is contained in:
Sara Bine
2017-04-05 17:44:28 -06:00
parent 07164b2739
commit 8d73f125ee

View File

@@ -7,7 +7,7 @@ use DesignPatterns\More\Repository\Post;
use DesignPatterns\More\Repository\PostRepository;
use PHPUnit\Framework\TestCase;
class Repository extends TestCase
class RepositoryTest extends TestCase
{
public function testCanPersistAndFindPost()
{