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