Skip to content

Commit f305206

Browse files
committed
Fix hydrator tests
1 parent 25a313d commit f305206

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

tests/Functional/TestCase.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
declare(strict_types=1);
44

5-
namespace PewPew\Hydrator\Tests\Functional;
5+
namespace PewPew\Hydrator\JMS\Tests\Functional;
66

7-
use PewPew\Map\Tests\TestCase as BaseTestCase;
7+
use PewPew\Hydrator\JMS\Tests\TestCase as BaseTestCase;
88
use PHPUnit\Framework\Attributes\Group;
99

10-
#[Group('functional'), Group('pew-pew/hydrator')]
10+
#[Group('functional'), Group('pew-pew/hydrator-jms')]
1111
abstract class TestCase extends BaseTestCase {}

tests/TestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
declare(strict_types=1);
44

5-
namespace PewPew\Hydrator\Tests;
5+
namespace PewPew\Hydrator\JMS\Tests;
66

77
use PHPUnit\Framework\Attributes\Group;
88
use PHPUnit\Framework\TestCase as BaseTestCase;
99

10-
#[Group('pew-pew/hydrator')]
10+
#[Group('pew-pew/hydrator-jms')]
1111
abstract class TestCase extends BaseTestCase {}

tests/Unit/TestCase.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
declare(strict_types=1);
44

5-
namespace PewPew\Hydrator\Tests\Unit;
5+
namespace PewPew\Hydrator\JMS\Tests\Unit;
66

7-
use PewPew\Map\Tests\TestCase as BaseTestCase;
7+
use PewPew\Hydrator\JMS\Tests\TestCase as BaseTestCase;
88
use PHPUnit\Framework\Attributes\Group;
99

10-
#[Group('unit'), Group('pew-pew/hydrator')]
10+
#[Group('unit'), Group('pew-pew/hydrator-jms')]
1111
abstract class TestCase extends BaseTestCase {}

0 commit comments

Comments
 (0)