Tests - update namespace of PHPUnit's TestCase

Related to update versions of the "dev" packages
This commit is contained in:
Meritoo
2017-09-20 11:58:21 +02:00
parent fba821b798
commit 7dbb3f9b2e
7 changed files with 15 additions and 13 deletions

View File

@@ -9,7 +9,7 @@
namespace Meritoo\Common\Test\Utilities;
use Meritoo\Common\Utilities\Bundle;
use PHPUnit_Framework_TestCase;
use PHPUnit\Framework\TestCase;
/**
* Tests of the useful methods for bundle
@@ -17,7 +17,7 @@ use PHPUnit_Framework_TestCase;
* @author Krzysztof Niziol <krzysztof.niziol@meritoo.pl>
* @copyright Meritoo.pl
*/
class BundleTest extends PHPUnit_Framework_TestCase
class BundleTest extends TestCase
{
public function testGetBundleViewPathEmptyPathAndBundle()
{