rename tests and namespace. no version bump since the change only applies to the tests

This commit is contained in:
Pavel 2021-09-23 19:54:54 +03:00
parent d892514e21
commit f7832865a1

View File

@ -3,22 +3,22 @@
/** /**
* PHP 7.1 * PHP 7.1
* *
* @category CallbackSerializerDecoratorTest * @category CallbackSerializerAdapterTest
* @package Pock\Tests\Decorator * @package Pock\Tests\Serializer
*/ */
namespace Pock\Tests\Decorator; namespace Pock\Tests\Serializer;
use PHPUnit\Framework\TestCase; use PHPUnit\Framework\TestCase;
use Pock\Serializer\CallbackSerializerAdapter; use Pock\Serializer\CallbackSerializerAdapter;
/** /**
* Class CallbackSerializerDecoratorTest * Class CallbackSerializerAdapterTest
* *
* @category CallbackSerializerDecoratorTest * @category CallbackSerializerAdapterTest
* @package Pock\Tests\Decorator * @package Pock\Tests\Serializer
*/ */
class CallbackSerializerDecoratorTest extends TestCase class CallbackSerializerAdapterTest extends TestCase
{ {
public function testSerialize(): void public function testSerialize(): void
{ {