mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-04 22:17:25 +02:00
Adapt Unit Tests code to PHPUnit 6
This commit is contained in:
@@ -5,8 +5,9 @@ namespace DesignPatterns\More\Repository\Tests;
|
||||
use DesignPatterns\More\Repository\MemoryStorage;
|
||||
use DesignPatterns\More\Repository\Post;
|
||||
use DesignPatterns\More\Repository\PostRepository;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class Repository extends \PHPUnit_Framework_TestCase
|
||||
class Repository extends TestCase
|
||||
{
|
||||
public function testCanPersistAndFindPost()
|
||||
{
|
||||
|
Reference in New Issue
Block a user