mirror of
https://github.com/Neur0toxine/pock.git
synced 2024-11-28 15:56:09 +03:00
rename tests and namespace. no version bump since the change only applies to the tests
This commit is contained in:
parent
d892514e21
commit
f7832865a1
@ -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
|
||||||
{
|
{
|
Loading…
Reference in New Issue
Block a user