diff --git a/More/Repository/Tests/RepositoryTest.php b/More/Repository/Tests/RepositoryTest.php index c3b77c9..9bd2b80 100644 --- a/More/Repository/Tests/RepositoryTest.php +++ b/More/Repository/Tests/RepositoryTest.php @@ -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() {