mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-02 21:17:29 +02:00
Fix RepositoryTest class name
This commit is contained in:
@@ -7,7 +7,7 @@ use DesignPatterns\More\Repository\Post;
|
|||||||
use DesignPatterns\More\Repository\PostRepository;
|
use DesignPatterns\More\Repository\PostRepository;
|
||||||
use PHPUnit\Framework\TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
|
|
||||||
class Repository extends TestCase
|
class RepositoryTest extends TestCase
|
||||||
{
|
{
|
||||||
public function testCanPersistAndFindPost()
|
public function testCanPersistAndFindPost()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user