Adapt Unit Tests code to PHPUnit 6

This commit is contained in:
Fabri Di Napoli
2017-03-09 00:35:08 +01:00
parent 16856fe6b6
commit 5df6eec070
37 changed files with 73 additions and 37 deletions

View File

@@ -3,8 +3,9 @@
namespace DesignPatterns\Structural\Decorator\Tests;
use DesignPatterns\Structural\Decorator;
use PHPUnit\Framework\TestCase;
class DecoratorTest extends \PHPUnit_Framework_TestCase
class DecoratorTest extends TestCase
{
/**
* @var Decorator\Webservice