Skip to content

Commit 0c615c0

Browse files
committed
Tests: move contexts to correct namespace
1 parent f747821 commit 0c615c0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

tests/Unit/Context/ArgsContextTest.php renamed to tests/Unit/Meta/Context/MetaContextTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?php declare(strict_types = 1);
22

3-
namespace Tests\Orisai\ObjectMapper\Unit\Context;
3+
namespace Tests\Orisai\ObjectMapper\Unit\Meta\Context;
44

55
use Orisai\ObjectMapper\Meta\Context\MetaContext;
66
use Orisai\ObjectMapper\Tester\ObjectMapperTester;
77
use PHPUnit\Framework\TestCase;
88

9-
final class ArgsContextTest extends TestCase
9+
final class MetaContextTest extends TestCase
1010
{
1111

1212
public function test(): void

tests/Unit/Context/ArgsFieldContextTest.php renamed to tests/Unit/Meta/Context/MetaFieldContextTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php declare(strict_types = 1);
22

3-
namespace Tests\Orisai\ObjectMapper\Unit\Context;
3+
namespace Tests\Orisai\ObjectMapper\Unit\Meta\Context;
44

55
use Orisai\ObjectMapper\Meta\Context\MetaFieldContext;
66
use Orisai\ObjectMapper\Meta\Shared\DefaultValueMeta;
77
use Orisai\ObjectMapper\Tester\ObjectMapperTester;
88
use PHPUnit\Framework\TestCase;
99

10-
final class ArgsFieldContextTest extends TestCase
10+
final class MetaFieldContextTest extends TestCase
1111
{
1212

1313
public function test(): void

tests/Unit/Context/ProcessorCallContextTest.php renamed to tests/Unit/Processing/Context/ProcessorCallContextTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php declare(strict_types = 1);
22

3-
namespace Tests\Orisai\ObjectMapper\Unit\Context;
3+
namespace Tests\Orisai\ObjectMapper\Unit\Processing\Context;
44

55
use Orisai\ObjectMapper\Processing\Context\ProcessorCallContext;
66
use Orisai\ObjectMapper\Processing\ObjectCreator;

0 commit comments

Comments
 (0)