From 8d73f125ee341f1ac371b391f0d499f4ba58f231 Mon Sep 17 00:00:00 2001 From: Sara Bine Date: Wed, 5 Apr 2017 17:44:28 -0600 Subject: [PATCH] Fix RepositoryTest class name --- More/Repository/Tests/RepositoryTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {