mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-11 17:34:09 +02:00
Adapt Unit Tests code to PHPUnit 6
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
namespace DesignPatterns\More\Delegation\Tests;
|
||||
|
||||
use DesignPatterns\More\Delegation;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class DelegationTest extends \PHPUnit_Framework_TestCase
|
||||
class DelegationTest extends TestCase
|
||||
{
|
||||
public function testHowTeamLeadWriteCode()
|
||||
{
|
||||
|
Reference in New Issue
Block a user