mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-06 06:57:25 +02:00
Adapt Unit Tests code to PHPUnit 6
This commit is contained in:
@@ -4,8 +4,9 @@ namespace DesignPatterns\Structural\Facade\Tests;
|
||||
|
||||
use DesignPatterns\Structural\Facade\Facade;
|
||||
use DesignPatterns\Structural\Facade\OsInterface;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class FacadeTest extends \PHPUnit_Framework_TestCase
|
||||
class FacadeTest extends TestCase
|
||||
{
|
||||
public function testComputerOn()
|
||||
{
|
||||
|
Reference in New Issue
Block a user