mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-01 12:40:11 +02:00
Adapt Unit Tests code to PHPUnit 6
This commit is contained in:
@@ -6,8 +6,9 @@ use DesignPatterns\Behavioral\Iterator\Book;
|
||||
use DesignPatterns\Behavioral\Iterator\BookList;
|
||||
use DesignPatterns\Behavioral\Iterator\BookListIterator;
|
||||
use DesignPatterns\Behavioral\Iterator\BookListReverseIterator;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class IteratorTest extends \PHPUnit_Framework_TestCase
|
||||
class IteratorTest extends TestCase
|
||||
{
|
||||
public function testCanIterateOverBookList()
|
||||
{
|
||||
|
Reference in New Issue
Block a user